From: Geoff Thorpe Date: Fri, 16 Jul 2004 03:24:51 +0000 (+0000) Subject: Quick fix. X-Git-Tag: BEN_FIPS_TEST_6~14^2~158 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0210065bbdffe0418c19c9015c984476c1d66d71;p=oweals%2Fopenssl.git Quick fix. Submitted by: Nils Larsch --- diff --git a/crypto/ecdsa/ecdsatest.c b/crypto/ecdsa/ecdsatest.c index 401b23c694..44321c5ac6 100644 --- a/crypto/ecdsa/ecdsatest.c +++ b/crypto/ecdsa/ecdsatest.c @@ -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);