]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Fix missing cleanup of GOST specific error messages 19/head
authorstevenlinsell <steve.linsell@yahoo.co.uk>
Thu, 18 Aug 2016 00:37:35 +0000 (01:37 +0100)
committerstevenlinsell <steve.linsell@yahoo.co.uk>
Thu, 18 Aug 2016 00:37:35 +0000 (01:37 +0100)
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;
 }