summaryrefslogtreecommitdiffstatsabout
path: root/src/mod_gnutls.c
diff options
context:
space:
mode:
authorNokis Mavrogiannopoulos <nmav@gnutls.org>2008-03-03 13:59:47 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2008-03-03 13:59:47 (GMT)
commit4fd6f509964f164e328cda0d52816b26bd05f9f3 (patch)
treebb4d0de55bd6566da1a84936a6fc531de4693a02 /src/mod_gnutls.c
parent35e1d6a89b8587e5a9bcbaa0b93e813f469eac7f (diff)
corrected SRP enable flag, and corrected the DBM hook support. It now free data needed by some DBM providers.
Diffstat (limited to 'src/mod_gnutls.c')
-rw-r--r--src/mod_gnutls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_gnutls.c b/src/mod_gnutls.c
index a8363fe..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
21static void gnutls_hooks(apr_pool_t * p) 20static 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,