Fix BSD -rpath parameter
[openssl.git] / engines / ccgost / gost_eng.c
index bc43848b3784f42a54f2f4308486c43f4a9a40f8..38ed25ca30bfe1924bf721b134719267ecf04a5e 100644 (file)
@@ -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();