From 594e792d4e853582177a9b16a2827c5805c71348 Mon Sep 17 00:00:00 2001 From: stevenlinsell Date: Thu, 18 Aug 2016 01:37:35 +0100 Subject: [PATCH] Fix missing cleanup of GOST specific error messages --- gost_eng.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gost_eng.c b/gost_eng.c index 097563e..7c0b156 100644 --- a/gost_eng.c +++ b/gost_eng.c @@ -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; } -- 2.39.2