From 44c3afd42334cec8305fe61dce58ae2d57760d82 Mon Sep 17 00:00:00 2001
From: Claes Jakobsson <claes@surfar.nu>
Date: Wed, 13 Mar 2013 17:50:15 +0100
Subject: Added missing documentation and usage help on -CRLfile


Signed-off-by: Claes Jakobsson <claes@surfar.nu>
---
 apps/verify.c       |    2 +-
 doc/apps/verify.pod |    5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/apps/verify.c b/apps/verify.c
index b03085b..ffbcce1 100644
--- a/apps/verify.c
+++ b/apps/verify.c
@@ -243,7 +243,7 @@ int MAIN(int argc, char **argv)
 
 end:
 	if (ret == 1) {
-		BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
+		BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-CRLfile path] [-purpose purpose] [-crl_check]");
 #ifndef OPENSSL_NO_ENGINE
 		BIO_printf(bio_err," [-engine e]");
 #endif
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index da68300..1b0935b 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -51,6 +51,11 @@ create symbolic links to a directory of certificates.
 A file of trusted certificates. The file should contain multiple certificates
 in PEM format concatenated together.
 
+=item B<-CRLfile file>
+
+A file of Certificate Revocation Lists. The file should contain multiple CRLs
+in PEM format concatenated together.
+
 =item B<-untrusted file>
 
 A file of untrusted certificates. The file should contain multiple certificates
-- 
1.7.9.6 (Apple Git-31.1)

