summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-07-16 03:24:51 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-07-16 03:24:51 +0000
commit0210065bbdffe0418c19c9015c984476c1d66d71 (patch)
treeb67494c63f0af1fb348e2b11cf34293acf63fd28 /crypto/ecdsa
parent7f5b4dd1e8596f7043a7da76b3e2f6675db8cd87 (diff)
Quick fix.
Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ecdsa')
-rw-r--r--crypto/ecdsa/ecdsatest.c2
1 files changed, 1 insertions, 1 deletions
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);