summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-11-02 13:29:14 +0000
committerBen Laurie <ben@openssl.org>2001-11-02 13:29:14 +0000
commit3210b4fd14efc040ee95ab2f639c177c453e7d66 (patch)
treea42c147d77d3eded4ce478eb98d449122b59676a /apps
parenta7b42009c43876f126790b3dc4260e3728695cc4 (diff)
If verify fails, say why.
Diffstat (limited to 'apps')
-rw-r--r--apps/req.c1
1 files changed, 1 insertions, 0 deletions
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");