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/ecdsa/ecdsatest.c | |
| 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 '')
| -rw-r--r-- | src/lib/libcrypto/ecdsa/ecdsatest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecdsatest.c b/src/lib/libcrypto/ecdsa/ecdsatest.c index b07e31252b..aa4e1481a8 100644 --- a/src/lib/libcrypto/ecdsa/ecdsatest.c +++ b/src/lib/libcrypto/ecdsa/ecdsatest.c | |||
| @@ -490,7 +490,7 @@ err: | |||
| 490 | if (ret) | 490 | if (ret) |
| 491 | ERR_print_errors(out); | 491 | ERR_print_errors(out); |
| 492 | CRYPTO_cleanup_all_ex_data(); | 492 | CRYPTO_cleanup_all_ex_data(); |
| 493 | ERR_remove_state(0); | 493 | ERR_remove_thread_state(NULL); |
| 494 | ERR_free_strings(); | 494 | ERR_free_strings(); |
| 495 | CRYPTO_mem_leaks(out); | 495 | CRYPTO_mem_leaks(out); |
| 496 | if (out != NULL) | 496 | if (out != NULL) |
