--- a/apache/mod_auth_dacs.c
+++ b/apache/mod_auth_dacs.c
@@ -195,9 +195,6 @@ static int is_apache_2_2_build = 1;
 /* For getpid() */
 #include <unistd.h>
 
-/* In modules/ssl/ssl_engine_kernel.c */
-extern int ssl_hook_Fixup(request_rec *);
-
 #if defined(__DATE__) && defined(__TIME__)
 static const char module_built[] = __DATE__ " " __TIME__;
 #else
@@ -1572,9 +1569,6 @@ exec_dacs_acs(request_rec *r, const char
   ap_add_common_vars(r);
   dacs_add_cgi_vars(r);			/* -bjb 21-Jan-2015 */
 
-  if (ssl_is_ssl_request(r))
-	ssl_hook_Fixup(r);		/* XXX This probably wasn't intended usage */
-
   /*
    * DACS cookies are always removed from the environment before invoking
    * dacs_acs so that they are not visible and easily copied.
