mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
* 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:
@ -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;
|
||||
|
Reference in New Issue
Block a user