libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5bf715cf09f4672e89f9b1613a9516eb864e8823
parent c8ddb867ee13ea0cbe2f43c63f3aa1062565630c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Sep 2013 12:10:34 +0000

typo

Diffstat:
Msrc/microhttpd/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -3858,7 +3858,7 @@ MHD_init () #ifdef WINDOWS plibc_init ("GNU", "libmicrohttpd"); -#endif# +#endif #if HTTPS_SUPPORT #if GCRYPT_VERSION_NUMBER < 0x010600 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);