]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
Fix missing cleanup of GOST specific error messages
[openssl-gost/engine.git] / gost_eng.c
index 097563e0cf8ac1752e317859dec92379efc84d57..7c0b156636aa9a5f0a0f5cfcfc3be87f34babb1d 100644 (file)
@@ -95,6 +95,8 @@ static int gost_engine_destroy(ENGINE *e)
     ameth_GostR3410_2012_512 = NULL;
     ameth_Gost28147_MAC_12 = NULL;
 
+       ERR_unload_GOST_strings();
+       
     return 1;
 }