diff options
Diffstat (limited to 'openssl/crypto/jpake/jpaketest.c')
-rw-r--r-- | openssl/crypto/jpake/jpaketest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/jpake/jpaketest.c b/openssl/crypto/jpake/jpaketest.c index 792fc49eb..eaba75ed8 100644 --- a/openssl/crypto/jpake/jpaketest.c +++ b/openssl/crypto/jpake/jpaketest.c @@ -182,7 +182,7 @@ int main(int argc, char **argv) BN_free(p); CRYPTO_cleanup_all_ex_data(); - ERR_remove_state(0); + ERR_remove_thread_state(NULL); ERR_free_strings(); CRYPTO_mem_leaks(bio_err); |