summaryrefslogtreecommitdiff
path: root/src/mod_nss.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-03-10 04:17:50 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-03-10 04:17:50 -0500
commit26e27f140dc5d3db6f2719c2673bbc72c51e9009 (patch)
tree0a84502b39368ddeb7e04f294928e0f8cbc65b87 /src/mod_nss.c
parentbd67d9f4acfbb4f8bd373006f77102126df8eeba (diff)
downloadlighttpd-git-26e27f140dc5d3db6f2719c2673bbc72c51e9009.tar.gz
[TLS] consistent debug.log-ssl-noise config type
(thx flynn) x-ref: https://redmine.lighttpd.net/issues/3146#note-26
Diffstat (limited to 'src/mod_nss.c')
-rw-r--r--src/mod_nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_nss.c b/src/mod_nss.c
index 45c58e12..f98d0b8c 100644
--- a/src/mod_nss.c
+++ b/src/mod_nss.c
@@ -1977,7 +1977,7 @@ SETDEFAULTS_FUNC(mod_nss_set_defaults)
T_CONFIG_STRING,
T_CONFIG_SCOPE_CONNECTION }
,{ CONST_STR_LEN("debug.log-ssl-noise"),
- T_CONFIG_SHORT,
+ T_CONFIG_BOOL,
T_CONFIG_SCOPE_CONNECTION }
,{ CONST_STR_LEN("ssl.verifyclient.ca-file"),
T_CONFIG_STRING,