aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_eng.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/ccgost/gost_eng.c')
-rw-r--r--engines/ccgost/gost_eng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/ccgost/gost_eng.c b/engines/ccgost/gost_eng.c
index bc43848b37..38ed25ca30 100644
--- a/engines/ccgost/gost_eng.c
+++ b/engines/ccgost/gost_eng.c
@@ -77,6 +77,7 @@ static int gost_engine_finish(ENGINE *e)
static int gost_engine_destroy(ENGINE *e)
{
digest_gost_destroy();
+ cipher_gost_destroy();
imit_gost_cpa_destroy();
gost_param_free();