X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=e_gost_err.c;h=51599ca0cdbe28a70f9164028d7978e6a0e1808a;hb=265d89dcbce7fce4fa2b560b70597132fd8eb3b2;hp=c71272e2c4fe09805f0e7c460f6576ba96c1125c;hpb=23ccf9300e496e115742a44d5f52490f431156f5;p=openssl-gost%2Fengine.git diff --git a/e_gost_err.c b/e_gost_err.c index c71272e..51599ca 100644 --- a/e_gost_err.c +++ b/e_gost_err.c @@ -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