summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/spkac.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/spkac.c')
-rw-r--r--crypto/openssl/apps/spkac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/apps/spkac.c b/crypto/openssl/apps/spkac.c
index 0191d0a..01fe406 100644
--- a/crypto/openssl/apps/spkac.c
+++ b/crypto/openssl/apps/spkac.c
@@ -285,7 +285,7 @@ bad:
pkey = NETSCAPE_SPKI_get_pubkey(spki);
if(verify) {
i = NETSCAPE_SPKI_verify(spki, pkey);
- if(i) BIO_printf(bio_err, "Signature OK\n");
+ if (i > 0) BIO_printf(bio_err, "Signature OK\n");
else {
BIO_printf(bio_err, "Signature Failure\n");
ERR_print_errors(bio_err);
OpenPOWER on IntegriCloud