aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_basicauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_basicauth.c')
-rw-r--r--src/testcurl/test_basicauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_basicauth.c b/src/testcurl/test_basicauth.c
index ed0406db..f9ce2455 100644
--- a/src/testcurl/test_basicauth.c
+++ b/src/testcurl/test_basicauth.c
@@ -721,14 +721,14 @@ main (int argc, char *const *argv)
721 } 721 }
722#endif /* libcurl version before 7.21.3 */ 722#endif /* libcurl version before 7.21.3 */
723 723
724#ifdef MHD_HTTPS_REQUIRE_GRYPT 724#ifdef MHD_HTTPS_REQUIRE_GCRYPT
725#ifdef HAVE_GCRYPT_H 725#ifdef HAVE_GCRYPT_H
726 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 726 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
727#ifdef GCRYCTL_INITIALIZATION_FINISHED 727#ifdef GCRYCTL_INITIALIZATION_FINISHED
728 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 728 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
729#endif 729#endif
730#endif 730#endif
731#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 731#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
732 oldapi = has_in_name (argv[0], "_oldapi"); 732 oldapi = has_in_name (argv[0], "_oldapi");
733 if (0 != curl_global_init (CURL_GLOBAL_WIN32)) 733 if (0 != curl_global_init (CURL_GLOBAL_WIN32))
734 return 2; 734 return 2;