X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_eng.c;h=69f99757c2ae704a324930297ee71eef0502963e;hb=refs%2Fheads%2Fgost_provider;hp=74fe13e205209c984c5d6e146875d67cec425256;hpb=d370b91c2fa5a5e81ce7a3ab710349f14dd9ed9e;p=openssl-gost%2Fengine.git diff --git a/gost_eng.c b/gost_eng.c index 74fe13e..69f9975 100644 --- a/gost_eng.c +++ b/gost_eng.c @@ -164,7 +164,7 @@ static int gost_engine_destroy(ENGINE* e) { return 1; } -int bind_gost(ENGINE* e, const char* id) { +static int bind_gost(ENGINE* e, const char* id) { int ret = 0; if (id != NULL && strcmp(id, engine_gost_id) != 0) return 0;