diff options
Diffstat (limited to 'openssl/crypto/ecdsa/ecdsatest.c')
-rw-r--r-- | openssl/crypto/ecdsa/ecdsatest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/ecdsa/ecdsatest.c b/openssl/crypto/ecdsa/ecdsatest.c index b07e31252..aa4e1481a 100644 --- a/openssl/crypto/ecdsa/ecdsatest.c +++ b/openssl/crypto/ecdsa/ecdsatest.c @@ -490,7 +490,7 @@ err: if (ret) ERR_print_errors(out); CRYPTO_cleanup_all_ex_data(); - ERR_remove_state(0); + ERR_remove_thread_state(NULL); ERR_free_strings(); CRYPTO_mem_leaks(out); if (out != NULL) |