X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fbn%2Fexptest.c;h=3e86f2ea0e0b3897a24e437b38a73824e1993110;hb=3167f68faf4cd8f2a29b48785dc8e59ba0a2d25c;hp=b6c7b18a3a82022e330ae1ec8e093ef233f23b5d;hpb=0c50e02b30de26a9a5027a1065db7e07fd91469a;p=oweals%2Fopenssl.git 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");