From: Doug MacEachern Date: Tue, 2 Apr 2002 21:56:12 +0000 (+0000) Subject: copy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath needs to set cert_path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0152a9589ef943c1b754fe6f287546c6d3667db4;p=thirdparty%2Fapache%2Fhttpd.git copy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath needs to set cert_path git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94404 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_config.c b/ssl_engine_config.c index b2e531a6dd0..03932a8846c 100644 --- a/ssl_engine_config.c +++ b/ssl_engine_config.c @@ -1413,7 +1413,7 @@ const char *ssl_cmd_SSLProxyMachineCertificatePath(cmd_parms *cmd, return err; } - sc->proxy->pkp->cert_file = arg; + sc->proxy->pkp->cert_path = arg; return NULL; }