Go to the source code of this file.
Macros | |
#define | ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0) |
#define | ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason) |
Functions | |
void | ERR_load_RAND_strings (void) |
#define ERR_FUNC | ( | func | ) | ERR_PACK(ERR_LIB_RAND,func,0) |
Definition at line 68 of file rand_err.c.
#define ERR_REASON | ( | reason | ) | ERR_PACK(ERR_LIB_RAND,0,reason) |
Definition at line 69 of file rand_err.c.
Definition at line 90 of file rand_err.c.