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)
168 static int GOST_lib_error_code=0;
169 static int GOST_error_init=1;
173 if (GOST_lib_error_code == 0)
179 #ifndef OPENSSL_NO_ERR
193 if (GOST_error_init == 0)
195 #ifndef OPENSSL_NO_ERR
209 if (GOST_lib_error_code == 0)
211 ERR_PUT_error(GOST_lib_error_code,
function,reason,file,line);