[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 28/156: Changed 2 function names from SSL -> NSS I had missed in earlier cleanup

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:24 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 d3a1b4f0c43055c55dd4014d2161df047985ab54
Author: rcritten <>
Date:   Thu Aug 4 16:17:12 2005 +0000

    Changed 2 function names from SSL -> NSS I had missed in earlier cleanup
---
 mod_nss.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mod_nss.c b/mod_nss.c
index 7ae5311..4a7340f 100644
--- a/mod_nss.c
+++ b/mod_nss.c
@@ -134,9 +134,9 @@ static const command_rec nss_config_cmds[] = {
                "(`/path/to/dir' - contains PEM encoded certificates)")
 
     /* Deprecated directives. */
-    AP_INIT_RAW_ARGS("SSLLog", ap_set_deprecated, NULL, OR_ALL, 
+    AP_INIT_RAW_ARGS("NSSLog", ap_set_deprecated, NULL, OR_ALL, 
       "SSLLog directive is no longer supported - use ErrorLog."),
-    AP_INIT_RAW_ARGS("SSLLogLevel", ap_set_deprecated, NULL, OR_ALL, 
+    AP_INIT_RAW_ARGS("NSSLogLevel", ap_set_deprecated, NULL, OR_ALL, 
       "SSLLogLevel directive is no longer supported - use LogLevel."),
 #endif
     

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