aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@users.noreply.github.com>2016-08-18 23:28:42 +0300
committerGitHub <noreply@github.com>2016-08-18 23:28:42 +0300
commit4ec805f3a4452452d292618bd79be1c8a748dc66 (patch)
treee508242e38f2b2df7251d54a4e533ca95b965c6a
parentdc899bdc7042f0de371fc2cc0a3346ca18cdf2da (diff)
parent594e792d4e853582177a9b16a2827c5805c71348 (diff)
downloadgost-engine-4ec805f3a4452452d292618bd79be1c8a748dc66.zip
gost-engine-4ec805f3a4452452d292618bd79be1c8a748dc66.tar.gz
gost-engine-4ec805f3a4452452d292618bd79be1c8a748dc66.tar.bz2
Merge pull request #19 from stevenlinsell/master
Fix missing cleanup of GOST specific error messages
-rw-r--r--gost_eng.c2
1 files changed, 2 insertions, 0 deletions
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;
}