From 3210b4fd14efc040ee95ab2f639c177c453e7d66 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 2 Nov 2001 13:29:14 +0000 Subject: [PATCH] If verify fails, say why. --- apps/req.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.40.0