]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - e_gost_err.c
Making a gost provider - Add the provider foundation
[openssl-gost/engine.git] / e_gost_err.c
index c71272e2c4fe09805f0e7c460f6576ba96c1125c..51599ca0cdbe28a70f9164028d7978e6a0e1808a 100644 (file)
@@ -176,6 +176,7 @@ static ERR_STRING_DATA GOST_str_reasons[] = {
 
 #endif
 
+#ifndef GOST_PROV
 static int lib_code = 0;
 static int error_loaded = 0;
 
@@ -220,3 +221,4 @@ void ERR_GOST_error(int function, int reason, char *file, int line)
     ERR_set_debug(file, line, NULL);
 #endif
 }
+#endif