> -----Original Message----- > From: NormW [mailto:[email protected]] > Sent: Mittwoch, 24. August 2011 10:12 > To: [email protected] > Subject: C&T oops? > > G/E, > httpd-trunk\modules\ssl\ssl_engine_config.c (164): > > > mctx->pkp->cert_file = NULL; > > mctx->pkp->cert_path = NULL; > > mctx->pkp->ca_cert_file = NULL > > mctx->pkp->certs = NULL; > > mctx->pkp->ca_certs = NULL; > > Seems like there is a need of punctuation...
Fixed in r1161002. > > This one is trickier: > httpd-trunk\modules\ssl\mod_ssl.c (175): > > > ### mwccnlm Compiler: > > # File: mod_ssl.c > > # ------------------ > > # 175: "ProxyMachineCertificateChainFile", > ssl_cmd_SSLProxyMachineCertificateChainFile, ((void *) 0), > 128, TAKE1, "SSL Proxy: file > > # Error: > ^ > > # undefined identifier > 'ssl_cmd_SSLProxyMachineCertificateChainFile' > > an extern perhaps? Fixed in r1161005 Regards Rüdiger
