You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by NormW <no...@gknw.net> on 2011/08/24 10:12:29 UTC

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...

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?

N.


Re: C&T oops?

Posted by NormW <no...@gknw.net>.
On 24/08/2011 6:42 PM, "Plüm, Rüdiger, VF-Group" wrote:
>
> Fixed in r1161002.
>
> Fixed in r1161005
>
> Regards
>
> Rüdiger
Confirm httpd-trunk now builds for NetWare without issue.
Thx.
Norm

RE: C&T oops?

Posted by "Plüm, Rüdiger, VF-Group" <ru...@vodafone.com>.
 

> -----Original Message-----
> From: NormW [mailto:normw@gknw.net] 
> Sent: Mittwoch, 24. August 2011 10:12
> To: dev@httpd.apache.org
> 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