Quick fix.
Submitted by: Nils Larsch
This commit is contained in:
parent
7f5b4dd1e8
commit
0210065bbd
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ err:
|
|||
BIO_printf(out, "\nECDSA test failed\n");
|
||||
else
|
||||
BIO_printf(out, "\nECDSA test passed\n");
|
||||
if (!ret)
|
||||
if (ret)
|
||||
ERR_print_errors(out);
|
||||
CRYPTO_cleanup_all_ex_data();
|
||||
ERR_remove_state(0);
|
||||
|
|
Loading…
Reference in a new issue