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