Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 11608 invoked by uid 500); 2 Apr 2002 21:56:13 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 11592 invoked by uid 500); 2 Apr 2002 21:56:13 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 2 Apr 2002 21:56:12 -0000 Message-ID: <20020402215612.80289.qmail@icarus.apache.org> From: dougm@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/ssl ssl_engine_config.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 02/04/02 13:56:12 Modified: modules/ssl ssl_engine_config.c Log: copy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath needs to set cert_path Revision Changes Path 1.66 +1 -1 httpd-2.0/modules/ssl/ssl_engine_config.c Index: ssl_engine_config.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_engine_config.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ssl_engine_config.c 2 Apr 2002 21:32:35 -0000 1.65 +++ ssl_engine_config.c 2 Apr 2002 21:56:12 -0000 1.66 @@ -1413,7 +1413,7 @@ return err; } - sc->proxy->pkp->cert_file = arg; + sc->proxy->pkp->cert_path = arg; return NULL; }