]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
server/protocol.c: remove old hooks links that had been moved to server/ssl.c
authorStefan Eissing <icing@apache.org>
Tue, 13 Apr 2021 12:26:20 +0000 (12:26 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 13 Apr 2021 12:26:20 +0000 (12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888729 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 7add84a77aa9340c84bff6a7e59d492773af7155..75c4f9eb74a8afc90b51078bcfd1d29cedbeb146 100644 (file)
@@ -70,11 +70,6 @@ APR_HOOK_STRUCT(
     APR_HOOK_LINK(protocol_propose)
     APR_HOOK_LINK(protocol_switch)
     APR_HOOK_LINK(protocol_get)
-    APR_HOOK_LINK(ssl_conn_is_ssl)
-    APR_HOOK_LINK(ssl_var_lookup)
-    APR_HOOK_LINK(ssl_add_cert_files) 
-    APR_HOOK_LINK(ssl_add_fallback_cert_files) 
-    APR_HOOK_LINK(ssl_answer_challenge) 
 )
 
 AP_DECLARE_DATA ap_filter_rec_t *ap_old_write_func = NULL;