summaryrefslogtreecommitdiffstatsabout
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gnutls_hooks.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gnutls_hooks.c b/src/gnutls_hooks.c
index 8bb0059..2130cb0 100644
--- a/src/gnutls_hooks.c
+++ b/src/gnutls_hooks.c
@@ -20,18 +20,17 @@
20#include "http_vhost.h" 20#include "http_vhost.h"
21#include "ap_mpm.h" 21#include "ap_mpm.h"
22 22
23#if GNUTLS_VERSION_MAJOR <= 2 && GNUTLS_VERSION_MINOR < 11 23#if APR_HAS_THREADS
24# if GNUTLS_VERSION_MAJOR <= 2 && GNUTLS_VERSION_MINOR < 11
24#include <gcrypt.h> 25#include <gcrypt.h>
26GCRY_THREAD_OPTION_PTHREAD_IMPL;
27# endif
25#endif 28#endif
26 29
27#if !USING_2_1_RECENT 30#if !USING_2_1_RECENT
28extern server_rec *ap_server_conf; 31extern server_rec *ap_server_conf;
29#endif 32#endif
30 33
31#if APR_HAS_THREADS
32GCRY_THREAD_OPTION_PTHREAD_IMPL;
33#endif
34
35#if MOD_GNUTLS_DEBUG 34#if MOD_GNUTLS_DEBUG
36static apr_file_t *debug_log_fp; 35static apr_file_t *debug_log_fp;
37#endif 36#endif