X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_md.c;fp=gost_md.c;h=86714ab6860c164f3858b1e43cf3a34c04533353;hb=970934039a4481b67c9c6433e20ca3002098cae6;hp=e4403098cd4ea9df90994a76c616978d2d6a7ab4;hpb=1d5c8f8d6422049b58dc83e113039e95207edf33;p=openssl-gost%2Fengine.git diff --git a/gost_md.c b/gost_md.c index e440309..86714ab 100644 --- a/gost_md.c +++ b/gost_md.c @@ -78,16 +78,6 @@ void GOST_deinit_digest(GOST_digest *d) d->digest = NULL; } -EVP_MD *digest_gost(void) -{ - return GOST_init_digest(&GostR3411_94_digest); -} - -void digest_gost_destroy(void) -{ - GOST_deinit_digest(&GostR3411_94_digest); -} - int gost_digest_init(EVP_MD_CTX *ctx) { struct ossl_gost_digest_ctx *c = EVP_MD_CTX_md_data(ctx);