aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/exptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/exptest.c')
-rw-r--r--crypto/bn/exptest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/exptest.c b/crypto/bn/exptest.c
index b6c7b18a3a..3e86f2ea0e 100644
--- a/crypto/bn/exptest.c
+++ b/crypto/bn/exptest.c
@@ -173,6 +173,7 @@ int main(int argc, char *argv[])
BN_free(b);
BN_free(m);
BN_CTX_free(ctx);
+ ERR_remove_state(0);
CRYPTO_mem_leaks(out);
BIO_free(out);
printf(" done\n");