From e2baea526324e99cac0a03cb05a4db218b4f895f Mon Sep 17 00:00:00 2001 From: rcritten <> Date: Thu, 7 Jun 2007 14:58:31 +0000 Subject: Only NSSPassPhraseHelper needs to be required. --- nss_engine_init.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nss_engine_init.c') 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(); } -- cgit