]> granicus.if.org Git - apache/commitdiff
* Initialize pkcs7 field of structure
authorRuediger Pluem <rpluem@apache.org>
Sun, 23 Jul 2006 21:11:22 +0000 (21:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 23 Jul 2006 21:11:22 +0000 (21:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424821 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index a3e7bc8170620462301f816a16dd2898901dcced..def65663895277e5d2633697451b0225c3543add 100644 (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;