]> granicus.if.org Git - apache/commitdiff
enable the verify callback for proxy
authorDoug MacEachern <dougm@apache.org>
Sat, 30 Mar 2002 06:20:16 +0000 (06:20 +0000)
committerDoug MacEachern <dougm@apache.org>
Sat, 30 Mar 2002 06:20:16 +0000 (06:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94334 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index 5cf106837c8ac207bffca3adca177c09c3e2f0ec..3d299572eab37827996076042782c60bdf28d5ba 100644 (file)
@@ -536,12 +536,7 @@ static void ssl_init_ctx_verify(server_rec *s,
         verify |= SSL_VERIFY_PEER;
     }
 
-    if (mctx->pkp) {
-        /* XXX proxy */
-    }
-    else {
-        SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify);
-    }
+    SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify);
 
     /*
      * Configure Client Authentication details