mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Quick fix.
Submitted by: Nils Larsch
This commit is contained in:
parent
7f5b4dd1e8
commit
0210065bbd
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user