From 90fc7bb03c849b5ce7962f2133e7e9a28e54cdc3 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Fri, 15 Feb 2019 13:24:54 +0000
Subject: [PATCH] Fix compatibility note, 'SSLPolicy' is not in 2.4.x yet.
+ remove a trailing space to synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853644 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 4f96120617..e3572d0de1 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -688,7 +688,7 @@ This complex directive uses a colon-separated cipher-spec string
consisting of OpenSSL cipher specifications to configure the Cipher Suite the
client is permitted to negotiate in the SSL handshake phase. The optional
protocol specifier can configure the Cipher Suite for a specific SSL version.
-Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2.
+Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2.
Notice that this
@@ -2897,7 +2897,7 @@ SSLOpenSSLConfCmd SignatureAlgorithms RSA+SHA384:ECDSA+SHA256
SSLPolicy name
server config
virtual host
-Available in httpd 2.4.30 and later
+Available in httpd 2.5.0 and later
This directive applies the set of SSL* directives defined
--
2.50.1