From c59a710faeb33221eb358e6c7f5c1bc2ebf4e978 Mon Sep 17 00:00:00 2001
From: Alessandro Ghedini <alessandro@ghedini.me>
Date: Sat, 14 Feb 2015 18:35:27 +0100
Subject: [PATCH] curl.1: --cert-status is also supported by OpenSSL now

---
 docs/curl.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/curl.1 b/docs/curl.1
index 03944ca..a845599 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -560,7 +560,7 @@ If this option is enabled and the server sends an invalid (e.g. expired)
 response, if the response suggests that the server certificate has been revoked,
 or no response at all is received, the verification fails.
 
-This is currently only implemented in the GnuTLS and NSS backends.
+This is currently only implemented in the OpenSSL, GnuTLS and NSS backends.
 (Added in 7.41.0)
 .IP "-f, --fail"
 (HTTP) Fail silently (no output at all) on server errors. This is mostly done
-- 
2.1.4


