From: Stefan Eissing Date: Tue, 13 Apr 2021 12:26:20 +0000 (+0000) Subject: server/protocol.c: remove old hooks links that had been moved to server/ssl.c X-Git-Tag: 2.5.0-alpha2-ci-test-only~966 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6715670bf82aff6b148c08b13a9d3bf11f02533f;p=thirdparty%2Fapache%2Fhttpd.git server/protocol.c: remove old hooks links that had been moved to server/ssl.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 7add84a77aa..75c4f9eb74a 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -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;