Quick fix.

Submitted by: Nils Larsch
This commit is contained in:
Geoff Thorpe 2004-07-16 03:24:51 +00:00
parent 7f5b4dd1e8
commit 0210065bbd

View File

@ -483,7 +483,7 @@ err:
BIO_printf(out, "\nECDSA test failed\n"); BIO_printf(out, "\nECDSA test failed\n");
else else
BIO_printf(out, "\nECDSA test passed\n"); BIO_printf(out, "\nECDSA test passed\n");
if (!ret) if (ret)
ERR_print_errors(out); ERR_print_errors(out);
CRYPTO_cleanup_all_ex_data(); CRYPTO_cleanup_all_ex_data();
ERR_remove_state(0); ERR_remove_state(0);