]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Merge pull request #19 from stevenlinsell/master
authorDmitry Belyavskiy <beldmit@users.noreply.github.com>
Thu, 18 Aug 2016 20:28:42 +0000 (23:28 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2016 20:28:42 +0000 (23:28 +0300)
Fix missing cleanup of GOST specific error messages

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;
 }