Go to the source code of this file.
Macros | |
#define | ERR_FUNC(func) ERR_PACK(0,func,0) |
#define | ERR_REASON(reason) ERR_PACK(0,0,reason) |
Functions | |
void | ERR_load_GOST_strings (void) |
void | ERR_unload_GOST_strings (void) |
void | ERR_GOST_error (int function, int reason, char *file, int line) |
Definition at line 68 of file e_gost_err.c.
#define ERR_REASON | ( | reason | ) | ERR_PACK(0,0,reason) |
Definition at line 69 of file e_gost_err.c.
void ERR_GOST_error | ( | int | function, |
int | reason, | ||
char * | file, | ||
int | line | ||
) |
Definition at line 207 of file e_gost_err.c.
Definition at line 171 of file e_gost_err.c.
Definition at line 191 of file e_gost_err.c.