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)
100 #ifdef CCA4758_LIB_NAME
103 {0 ,CCA4758_LIB_NAME},
109 static int CCA4758_lib_error_code=0;
110 static int CCA4758_error_init=1;
112 static void ERR_load_CCA4758_strings(
void)
114 if (CCA4758_lib_error_code == 0)
117 if (CCA4758_error_init)
119 CCA4758_error_init=0;
120 #ifndef OPENSSL_NO_ERR
125 #ifdef CCA4758_LIB_NAME
126 CCA4758_lib_name->
error =
ERR_PACK(CCA4758_lib_error_code,0,0);
132 static void ERR_unload_CCA4758_strings(
void)
134 if (CCA4758_error_init == 0)
136 #ifndef OPENSSL_NO_ERR
141 #ifdef CCA4758_LIB_NAME
144 CCA4758_error_init=1;
148 static void ERR_CCA4758_error(
int function,
int reason,
char *
file,
int line)
150 if (CCA4758_lib_error_code == 0)
152 ERR_PUT_error(CCA4758_lib_error_code,
function,reason,file,line);