diff options
-rw-r--r-- | src/gnutls_hooks.c | 9 |
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> | |
26 | GCRY_THREAD_OPTION_PTHREAD_IMPL; | |||
27 | # endif | |||
25 | #endif | 28 | #endif | |
26 | Nokis Mavrogiannopoulos | 17 years | ||
0.4.1 | commit 586e3bef5d... | 17 years | ||
0.4.2 | commit 9a2ed619f2... | 17 years | ||
0.4.2.1 | commit 9a2ed619f2... | 17 years | ||
0.5.0-alpha | commit 75636faa67... | 17 years | ||
0.4.0 | commit 2b9b5d44a1... | 17 years | ||
0.2.0 | commit 836417fcea... | 20 years | ||
0.1.1 | commit f2d7e3c65c... | 20 years | ||
0.1.0 | commit 2f759e64ee... | 20 years |