Quick fix.
Submitted by: Nils Larsch
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user