projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71702f7
)
Fix compilation with -DOPENSSL_NO_DEPRECATED.
author
Geoff Thorpe
<geoff@openssl.org>
Fri, 28 Nov 2008 22:06:55 +0000
(22:06 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Fri, 28 Nov 2008 22:06:55 +0000
(22:06 +0000)
crypto/jpake/jpaketest.c
patch
|
blob
|
history
diff --git
a/crypto/jpake/jpaketest.c
b/crypto/jpake/jpaketest.c
index 008756fc957ac63e1ca5cdb5a2664707c825ec82..74d65b909f7ad1109b8beb9f000749a41d7406f9 100644
(file)
--- 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);