From: Luca Toscano
Date: Tue, 8 Mar 2016 12:50:24 +0000 (+0000)
Subject: Fixed missing / in tag
X-Git-Tag: 2.5.0-alpha~1946
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08fccd7ae1e846c20f637ec37cafd80d78ede9de;p=apache
Fixed missing / in tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734067 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 5a4da67d6a..02ce35f0e3 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -914,7 +914,7 @@ When using multiple certificates to support different authentication algorithms
to either use custom DH parameters (preferably) by adding them to the
first certificate file (as described above), or to order the
SSLCertificateFile directives such that RSA/DSA
-certificates are placed after the ECC one.
+certificates are placed after the ECC one.
This is due to a limitation in older versions of OpenSSL which don't let the