diff xml/en/docs/http/ngx_http_ssl_module.xml @ 1863:fef4ab2d990c

Removed unnecessary version for "FAILED:reason" in $ssl_client_verify.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 14 Dec 2016 19:20:40 +0300
parents 0882ccb0c00f
children fa7542e40381
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Dec 13 17:51:59 2016 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Wed Dec 14 19:20:40 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -857,7 +857,7 @@
 <tag-desc>
 returns the result of client certificate verification:
 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
-(1.11.7) and “<literal>NONE</literal>” if a certificate was not present;
+and “<literal>NONE</literal>” if a certificate was not present;
 <note>
 Prior to version 1.11.7, the “<literal>FAILED</literal>” result
 did not contain the <value>reason</value> string.