summaryrefslogtreecommitdiffstats
path: root/modules/ssl/mod_ssl.c
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2018-10-17 14:48:18 +0200
committerJean-Frederic Clere <jfclere@apache.org>2018-10-17 14:48:18 +0200
commit8280486c73a55c46b2e892a20e87cd9ed4b215d6 (patch)
tree54dd9c75519d83a7972530b35e112f9e5f8b1517 /modules/ssl/mod_ssl.c
parent* Correctly merge configurations that have client certificates set (diff)
downloadapache2-8280486c73a55c46b2e892a20e87cd9ed4b215d6.tar.xz
apache2-8280486c73a55c46b2e892a20e87cd9ed4b215d6.zip
rollback 1844001.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/mod_ssl.c')
-rw-r--r--modules/ssl/mod_ssl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c
index ca6618b2f8..605d987c3d 100644
--- a/modules/ssl/mod_ssl.c
+++ b/modules/ssl/mod_ssl.c
@@ -776,8 +776,6 @@ static void ssl_register_hooks(apr_pool_t *p)
AUTHZ_PROVIDER_VERSION,
&ssl_authz_provider_verify_client,
AP_AUTH_INTERNAL_PER_CONF);
- ap_register_provider(p, "mod_ssl" , "ssl_variables", "0",
- ssl_hook_GetVars());
}
module AP_MODULE_DECLARE_DATA ssl_module = {