summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecdsatest.c
diff options
context:
space:
mode:
authordjm <>2010-10-01 22:54:19 +0000
committerdjm <>2010-10-01 22:54:19 +0000
commit2dd8058114e20f1cd7c897166a4ce75ed390ee54 (patch)
treedef8296400903465cb96345535c0a56935eb05a4 /src/lib/libcrypto/ecdsa/ecdsatest.c
parentc02aa0471b3850e2d0a2e354dd105e80271fe118 (diff)
downloadopenbsd-2dd8058114e20f1cd7c897166a4ce75ed390ee54.tar.gz
openbsd-2dd8058114e20f1cd7c897166a4ce75ed390ee54.tar.bz2
openbsd-2dd8058114e20f1cd7c897166a4ce75ed390ee54.zip
import OpenSSL-1.0.0a
Diffstat (limited to 'src/lib/libcrypto/ecdsa/ecdsatest.c')
-rw-r--r--src/lib/libcrypto/ecdsa/ecdsatest.c2
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)