X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_crypt.c;h=035a46a2071a64d9f9b0ab906a1b7dce12324060;hb=2810b8ebebeda933e723c33f8c9f893b76f2391a;hp=27321f4db3af23e18afaf4351550f94e195774f0;hpb=78c3ffe75dfea328fd604f8e2f34338079e09c98;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 */