summaryrefslogtreecommitdiffstats
path: root/crypto/bn/exptest.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-05 21:28:09 +0000
committerBodo Möller <bodo@openssl.org>2000-02-05 21:28:09 +0000
commit29a28ee50321fd43e043a45874dda0b75d32a1c2 (patch)
tree74c51b4a31c4fb84be6a449a95c16ae2184dbff6 /crypto/bn/exptest.c
parent66430207a4de2160082d84bb69feedde9cf7ac83 (diff)
Cosmetic changes.
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");