summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrcritten <>2005-08-04 16:17:12 +0000
committerrcritten <>2005-08-04 16:17:12 +0000
commitd3a1b4f0c43055c55dd4014d2161df047985ab54 (patch)
tree36f15985bbb8f4aaa22deb4fdef6f6a6445f165c
parentf1d0c79b612fbd1d4537c9a8b1407504e97960df (diff)
Changed 2 function names from SSL -> NSS I had missed in earlier cleanup
-rw-r--r--mod_nss.c4
1 files 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