diff options
author | Nokis Mavrogiannopoulos | 2008-03-05 17:38:09 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-03-05 17:38:09 +0000 |
commit | 2cb49bd5137176e1445550399b6e9592607858a3 (patch) | |
tree | e7c8933ce56ecdac588fbaa9af0c4beb03850c3e /src/mod_gnutls.c | |
parent | fc05b4b880d4247da9353cae6be44180dee17b23 (diff) |
Diffstat (limited to 'src/mod_gnutls.c')
-rw-r--r-- | src/mod_gnutls.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_gnutls.c b/src/mod_gnutls.c index a6e5528..cc760e6 100644 --- a/src/mod_gnutls.c +++ b/src/mod_gnutls.c | |||
@@ -17,7 +17,6 @@ | |||
17 | 17 | ||
18 | #include "mod_gnutls.h" | 18 | #include "mod_gnutls.h" |
19 | 19 | ||
20 | |||
21 | static void gnutls_hooks(apr_pool_t * p) | 20 | static void gnutls_hooks(apr_pool_t * p) |
22 | { | 21 | { |
23 | ap_hook_pre_connection(mgs_hook_pre_connection, NULL, NULL, | 22 | ap_hook_pre_connection(mgs_hook_pre_connection, NULL, NULL, |
@@ -80,6 +79,7 @@ static const command_rec mgs_config_cmds[] = { | |||
80 | NULL, | 79 | NULL, |
81 | RSRC_CONF, | 80 | RSRC_CONF, |
82 | "SSL Server SRP Password file"), | 81 | "SSL Server SRP Password file"), |
82 | #ifdef ENABLE_SRP | ||
83 | AP_INIT_TAKE1("GnuTLSSRPPasswdFile", mgs_set_srp_tpasswd_file, | 83 | AP_INIT_TAKE1("GnuTLSSRPPasswdFile", mgs_set_srp_tpasswd_file, |
84 | NULL, | 84 | NULL, |
85 | RSRC_CONF, | 85 | RSRC_CONF, |
@@ -88,6 +88,7 @@ static const command_rec mgs_config_cmds[] = { | |||
88 | NULL, | 88 | NULL, |
89 | RSRC_CONF, | 89 | RSRC_CONF, |
90 | "SSL Server SRP Parameters file"), | 90 | "SSL Server SRP Parameters file"), |
91 | #endif | ||
91 | AP_INIT_TAKE1("GnuTLSCacheTimeout", mgs_set_cache_timeout, | 92 | AP_INIT_TAKE1("GnuTLSCacheTimeout", mgs_set_cache_timeout, |
92 | NULL, | 93 | NULL, |
93 | RSRC_CONF, | 94 | RSRC_CONF, |