summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-11-28 22:06:55 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-11-28 22:06:55 +0000
commitbcaa36fd111dddd6567c628ccaae54af188ae3d3 (patch)
treea2e199673f5183c4bb8fd24be9d729960b8bb13e /crypto
parent71702f7ed0f765d3569b0ce149cbeb40e427e425 (diff)
Fix compilation with -DOPENSSL_NO_DEPRECATED.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/jpake/jpaketest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/jpake/jpaketest.c b/crypto/jpake/jpaketest.c
index 008756fc95..74d65b909f 100644
--- a/crypto/jpake/jpaketest.c
+++ b/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);