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.

Reply via email to