66 #ifndef OPENSSL_NO_ERR
68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
69 #define ERR_REASON(reason) ERR_PACK(0,0,reason)
97 static int GMP_lib_error_code=0;
98 static int GMP_error_init=1;
100 static void ERR_load_GMP_strings(
void)
102 if (GMP_lib_error_code == 0)
108 #ifndef OPENSSL_NO_ERR
120 static void ERR_unload_GMP_strings(
void)
122 if (GMP_error_init == 0)
124 #ifndef OPENSSL_NO_ERR
136 static void ERR_GMP_error(
int function,
int reason,
char *
file,
int line)
138 if (GMP_lib_error_code == 0)