diff options
author | djm <> | 2010-10-01 22:54:18 +0000 |
---|---|---|
committer | djm <> | 2010-10-01 22:54:18 +0000 |
commit | b204ac0374903f9d6a2fcc50cfd94578e357d00a (patch) | |
tree | 11298f84d1fd40ee808d1e96c219ce8db2ce537e /src/lib/libcrypto/ecdh | |
parent | 424deb351931af3fd885740bc351436321fad2f9 (diff) | |
parent | f6ca1ae73bb9eabfb510df2cffc2599db98d35a9 (diff) | |
download | openbsd-b204ac0374903f9d6a2fcc50cfd94578e357d00a.tar.gz openbsd-b204ac0374903f9d6a2fcc50cfd94578e357d00a.tar.bz2 openbsd-b204ac0374903f9d6a2fcc50cfd94578e357d00a.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/ecdh')
-rw-r--r-- | src/lib/libcrypto/ecdh/ecdhtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ecdh/ecdhtest.c b/src/lib/libcrypto/ecdh/ecdhtest.c index 1575006b51..212a87efa4 100644 --- a/src/lib/libcrypto/ecdh/ecdhtest.c +++ b/src/lib/libcrypto/ecdh/ecdhtest.c | |||
@@ -343,7 +343,7 @@ err: | |||
343 | if (ctx) BN_CTX_free(ctx); | 343 | if (ctx) BN_CTX_free(ctx); |
344 | BIO_free(out); | 344 | BIO_free(out); |
345 | CRYPTO_cleanup_all_ex_data(); | 345 | CRYPTO_cleanup_all_ex_data(); |
346 | ERR_remove_state(0); | 346 | ERR_remove_thread_state(NULL); |
347 | CRYPTO_mem_leaks_fp(stderr); | 347 | CRYPTO_mem_leaks_fp(stderr); |
348 | EXIT(ret); | 348 | EXIT(ret); |
349 | return(ret); | 349 | return(ret); |