summaryrefslogtreecommitdiffstatsabout
path: root/src/mod_gnutls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_gnutls.c')
-rw-r--r--src/mod_gnutls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_gnutls.c b/src/mod_gnutls.c
index f9291f1..a6e5528 100644
--- a/src/mod_gnutls.c
+++ b/src/mod_gnutls.c
@@ -99,7 +99,7 @@ static const command_rec mgs_config_cmds[] = {
99 AP_INIT_RAW_ARGS("GnuTLSPriorities", mgs_set_priorities, 99 AP_INIT_RAW_ARGS("GnuTLSPriorities", mgs_set_priorities,
100 NULL, 100 NULL,
101 RSRC_CONF, 101 RSRC_CONF,
102 "The priorities to enable (ciphers, Key exchange, macs, compression)"), 102 "The priorities to enable (ciphers, Key exchange, macs, compression)."),
103 AP_INIT_TAKE1("GnuTLSEnable", mgs_set_enabled, 103 AP_INIT_TAKE1("GnuTLSEnable", mgs_set_enabled,
104 NULL, 104 NULL,
105 RSRC_CONF, 105 RSRC_CONF,