aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 Nokis Mavrogiannopoulos 17 years
0.4.1commit 586e3bef5d...Gravatar Nokis Mavrogiannopoulos 17 years
0.4.2commit 9a2ed619f2...Gravatar Nokis Mavrogiannopoulos 17 years
0.4.2.1commit 9a2ed619f2...Gravatar Nokis Mavrogiannopoulos 17 years
0.5.0-alphacommit 75636faa67...Gravatar Nokis Mavrogiannopoulos 17 years
0.4.0commit 2b9b5d44a1...Gravatar Nokis Mavrogiannopoulos 17 years
0.2.0commit 836417fcea...Gravatar Paul Querna 20 years
0.1.1commit f2d7e3c65c...Gravatar Paul Querna 20 years
0.1.0commit 2f759e64ee...Gravatar Paul Querna 20 years