aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 11:44:49 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 11:44:49 +0000
commit902291420f08bee4813edcc2cf096072ddbf444c (patch)
treef965403ab478c44b937687a1a9bfad578bd6629c
parent1d7f9db03714a7694ad0ab6aa386f196ef539ac6 (diff)
downloadlibmicrohttpd-902291420f08bee4813edcc2cf096072ddbf444c.tar.gz
libmicrohttpd-902291420f08bee4813edcc2cf096072ddbf444c.zip
-fixes
-rw-r--r--src/testcurl/test_digestauth_with_arguments.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testcurl/test_digestauth_with_arguments.c b/src/testcurl/test_digestauth_with_arguments.c
index f7757552..08761fad 100644
--- 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)
234 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); 234 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
235#ifdef GCRYCTL_INITIALIZATION_FINISHED 235#ifdef GCRYCTL_INITIALIZATION_FINISHED
236 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 236 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
237#endif
237 if (0 != curl_global_init (CURL_GLOBAL_WIN32)) 238 if (0 != curl_global_init (CURL_GLOBAL_WIN32))
238 return 2; 239 return 2;
239 errorCount += testDigestAuth (); 240 errorCount += testDigestAuth ();