Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/lhash.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/err.h>
'defines' | |
#define | NUM_COLONS 4 |
Funciones | |
void | ERR_print_errors_cb (int(*cb)(const char *str, size_t len, void *u), void *u) |
void | ERR_print_errors_fp (FILE *fp) |
void | ERR_error_string_n (unsigned long e, char *buf, size_t len) |
char * | ERR_error_string (unsigned long e, char *ret) |
#define NUM_COLONS 4 |
char* ERR_error_string | ( | unsigned long | e, |
char * | ret | ||
) |
void ERR_error_string_n | ( | unsigned long | e, |
char * | buf, | ||
size_t | len | ||
) |
void ERR_print_errors_fp | ( | FILE * | fp | ) |