#include <stdlib.h>
#include <string.h>
#include "e_os.h"
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/opensslconf.h>
Ir al código fuente de este archivo.
Documentación de los 'defines'
#define DECIMAL_SIZE |
( |
|
type | ) |
((sizeof(type)*8+2)/3+1) |
#define HEX_SIZE |
( |
|
type | ) |
(sizeof(type)*2) |
#define X509_CERT_AREA OPENSSLDIR |
#define X509_CERT_DIR OPENSSLDIR "/certs" |
#define X509_CERT_DIR_EVP "SSL_CERT_DIR" |
#define X509_CERT_FILE OPENSSLDIR "/cert.pem" |
#define X509_CERT_FILE_EVP "SSL_CERT_FILE" |
#define X509_PRIVATE_DIR OPENSSLDIR "/private" |
Documentación de las funciones
void OPENSSL_cpuid_setup |
( |
void |
| ) |
|
void OPENSSL_showfatal |
( |
const char * |
, |
|
|
|
... |
|
) |
| |
void* OPENSSL_stderr |
( |
void |
| ) |
|
Documentación de las variables