aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 12:10:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 12:10:34 +0000
commit5bf715cf09f4672e89f9b1613a9516eb864e8823 (patch)
tree8689f097c7511301015e9ebf73d16ba2ce21f500
parentc8ddb867ee13ea0cbe2f43c63f3aa1062565630c (diff)
downloadlibmicrohttpd-5bf715cf09f4672e89f9b1613a9516eb864e8823.tar.gz
libmicrohttpd-5bf715cf09f4672e89f9b1613a9516eb864e8823.zip
typo
-rw-r--r--src/microhttpd/daemon.c2
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);