libmicrohttpd

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

commit 902291420f08bee4813edcc2cf096072ddbf444c
parent 1d7f9db03714a7694ad0ab6aa386f196ef539ac6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Sep 2013 11:44:49 +0000

-fixes

Diffstat:
Msrc/testcurl/test_digestauth_with_arguments.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testcurl/test_digestauth_with_arguments.c b/src/testcurl/test_digestauth_with_arguments.c @@ -234,6 +234,7 @@ main (int argc, char *const *argv) gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); #ifdef GCRYCTL_INITIALIZATION_FINISHED gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); +#endif if (0 != curl_global_init (CURL_GLOBAL_WIN32)) return 2; errorCount += testDigestAuth ();