summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/jpake/jpaketest.c
diff options
context:
space:
mode:
authordjm <>2010-10-01 22:54:19 +0000
committerdjm <>2010-10-01 22:54:19 +0000
commit5bf424abe3e333358a0476841d2085fb5870dde9 (patch)
tree03b202b49e2c6367ae5dec12d939ea99c9ca36b3 /src/lib/libcrypto/jpake/jpaketest.c
parent31f27c0675424c286ead39df16455abf64c6fb22 (diff)
parent2dd8058114e20f1cd7c897166a4ce75ed390ee54 (diff)
downloadopenbsd-5bf424abe3e333358a0476841d2085fb5870dde9.tar.gz
openbsd-5bf424abe3e333358a0476841d2085fb5870dde9.tar.bz2
openbsd-5bf424abe3e333358a0476841d2085fb5870dde9.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/jpake/jpaketest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/jpake/jpaketest.c b/src/lib/libcrypto/jpake/jpaketest.c
index 792fc49eb4..eaba75ed8a 100644
--- a/src/lib/libcrypto/jpake/jpaketest.c
+++ b/src/lib/libcrypto/jpake/jpaketest.c
@@ -182,7 +182,7 @@ int main(int argc, char **argv)
182 BN_free(p); 182 BN_free(p);
183 183
184 CRYPTO_cleanup_all_ex_data(); 184 CRYPTO_cleanup_all_ex_data();
185 ERR_remove_state(0); 185 ERR_remove_thread_state(NULL);
186 ERR_free_strings(); 186 ERR_free_strings();
187 CRYPTO_mem_leaks(bio_err); 187 CRYPTO_mem_leaks(bio_err);
188 188