* Initialize pkcs7 field of structure

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2006-07-23 21:11:22 +00:00
parent af0dfff806
commit bf18b7cbdf

View File

@ -115,6 +115,7 @@ static void modssl_ctx_init(modssl_ctx_t *mctx)
mctx->pphrase_dialog_type = SSL_PPTYPE_UNSET;
mctx->pphrase_dialog_path = NULL;
mctx->pkcs7 = NULL;
mctx->cert_chain = NULL;
mctx->crl_path = NULL;