From 0210065bbdffe0418c19c9015c984476c1d66d71 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Fri, 16 Jul 2004 03:24:51 +0000 Subject: [PATCH] Quick fix. Submitted by: Nils Larsch --- crypto/ecdsa/ecdsatest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1