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;
}
|