From: Ben Laurie Date: Fri, 2 Nov 2001 13:29:14 +0000 (+0000) Subject: If verify fails, say why. X-Git-Tag: OpenSSL_0_9_6c~26^2~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3210b4fd14efc040ee95ab2f639c177c453e7d66;p=oweals%2Fopenssl.git If verify fails, say why. --- diff --git a/apps/req.c b/apps/req.c index b965a9f37a..dc08d6d7a5 100644 --- a/apps/req.c +++ b/apps/req.c @@ -916,6 +916,7 @@ loop: else if (i == 0) { BIO_printf(bio_err,"verify failure\n"); + ERR_print_errors(bio_err); } else /* if (i > 0) */ BIO_printf(bio_err,"verify OK\n");