X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_crypt.c;h=035a46a2071a64d9f9b0ab906a1b7dce12324060;hb=25729ddc501fecd873943450dec45e15d885c20f;hp=27321f4db3af23e18afaf4351550f94e195774f0;hpb=954aae2c257b164aea3660c8baf98dfc2d03012d;p=openssl-gost%2Fengine.git diff --git a/gost_crypt.c b/gost_crypt.c index 27321f4..035a46a 100644 --- a/gost_crypt.c +++ b/gost_crypt.c @@ -236,6 +236,8 @@ void cipher_gost_destroy(void) _hidden_Gost28147_89_cbc = NULL; EVP_CIPHER_meth_free(_hidden_gost89_cnt_12); _hidden_gost89_cnt_12 = NULL; + EVP_CIPHER_meth_free(_hidden_magma_cbc); + _hidden_magma_cbc = NULL; } /* Implementation of GOST 28147-89 in MAC (imitovstavka) mode */