- Timestamp:
- Jun 30, 2010, 4:18:48 PM (13 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 03a9a6b
- Parents:
- f10ab4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
rf10ab4f r3928f79 21 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 25 #include <gcrypt.h> 26 GCRY_THREAD_OPTION_PTHREAD_IMPL; 27 # endif 25 28 #endif 26 29 27 30 #if !USING_2_1_RECENT 28 31 extern server_rec *ap_server_conf; 29 #endif30 31 #if APR_HAS_THREADS32 GCRY_THREAD_OPTION_PTHREAD_IMPL;33 32 #endif 34 33
Note: See TracChangeset
for help on using the changeset viewer.