You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/04/13 12:26:20 UTC

svn commit: r1888729 - /httpd/httpd/trunk/server/protocol.c

Author: icing
Date: Tue Apr 13 12:26:20 2021
New Revision: 1888729

URL: http://svn.apache.org/viewvc?rev=1888729&view=rev
Log:
server/protocol.c: remove old hooks links that had been moved to server/ssl.c


Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1888729&r1=1888728&r2=1888729&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Tue Apr 13 12:26:20 2021
@@ -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;