diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 0829eebc..70741fba 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -3858,7 +3858,7 @@ MHD_init () | |||
3858 | 3858 | ||
3859 | #ifdef WINDOWS | 3859 | #ifdef WINDOWS |
3860 | plibc_init ("GNU", "libmicrohttpd"); | 3860 | plibc_init ("GNU", "libmicrohttpd"); |
3861 | #endif# | 3861 | #endif |
3862 | #if HTTPS_SUPPORT | 3862 | #if HTTPS_SUPPORT |
3863 | #if GCRYPT_VERSION_NUMBER < 0x010600 | 3863 | #if GCRYPT_VERSION_NUMBER < 0x010600 |
3864 | gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); | 3864 | gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); |