[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 90/156: Only NSSPassPhraseHelper needs to be required.

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:32 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 e2baea526324e99cac0a03cb05a4db218b4f895f
Author: rcritten <>
Date:   Thu Jun 7 14:58:31 2007 +0000

    Only NSSPassPhraseHelper needs to be required.
---
 nss_engine_init.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/nss_engine_init.c b/nss_engine_init.c
index b87b03c..7e2f65e 100644
--- a/nss_engine_init.c
+++ b/nss_engine_init.c
@@ -155,10 +155,9 @@ static void nss_init_SSLLibrary(server_rec *s, int fipsenabled,
         const char * child_argv[4];
         apr_status_t rv;
 
-        if (mc->pphrase_dialog_helper == NULL &&
-            mc->pphrase_dialog_path == NULL) {
+        if (mc->pphrase_dialog_helper == NULL) {
             ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
-                "Neither NSSPassPhraseHelper nor NSSPassPhraseDialog is not set. One or the other is required.");
+                "NSSPassPhraseHelper is not set. It is required.");
             nss_die();
         }
 

-- 
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