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)
102 static int NURON_lib_error_code=0;
103 static int NURON_error_init=1;
105 static void ERR_load_NURON_strings(
void)
107 if (NURON_lib_error_code == 0)
110 if (NURON_error_init)
113 #ifndef OPENSSL_NO_ERR
118 #ifdef NURON_LIB_NAME
125 static void ERR_unload_NURON_strings(
void)
127 if (NURON_error_init == 0)
129 #ifndef OPENSSL_NO_ERR
134 #ifdef NURON_LIB_NAME
141 static void ERR_NURON_error(
int function,
int reason,
char *
file,
int line)
143 if (NURON_lib_error_code == 0)
145 ERR_PUT_error(NURON_lib_error_code,
function,reason,file,line);