diff options
author | Stefan Eissing <icing@apache.org> | 2021-04-13 14:26:20 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-04-13 14:26:20 +0200 |
commit | 6715670bf82aff6b148c08b13a9d3bf11f02533f (patch) | |
tree | 159dad32f327fcf8381c6dc02bc80b4940aad579 /server/protocol.c | |
parent | mod_md: fixed a conversion warning, bumped version number. (diff) | |
download | apache2-6715670bf82aff6b148c08b13a9d3bf11f02533f.tar.xz apache2-6715670bf82aff6b148c08b13a9d3bf11f02533f.zip |
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
Diffstat (limited to 'server/protocol.c')
-rw-r--r-- | server/protocol.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/protocol.c b/server/protocol.c index 7add84a77a..75c4f9eb74 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; |