[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 68/156: 197681

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.

commit 12d492fc36fc11abf080d93edd9597571974bd13
Author: rcritten <>
Date:   Wed Jul 5 15:20:00 2006 +0000

    197681
    
    Initialize the ECC certificate and key pointers to NULL.
---
 nss_engine_config.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nss_engine_config.c b/nss_engine_config.c
index 597bb62..771fa0b 100644
--- a/nss_engine_config.c
+++ b/nss_engine_config.c
@@ -82,6 +82,8 @@ static void modnss_ctx_init(modnss_ctx_t *mctx)
     mctx->nickname            = NULL;
 #ifdef NSS_ENABLE_ECC
     mctx->eccnickname         = NULL;
+    mctx->eccservercert       = NULL;
+    mctx->eccserverkey        = NULL;
 #endif
     mctx->servercert          = NULL;
     mctx->serverkey           = NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git



More information about the Pkg-fedora-ds-maintainers mailing list