aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_digestauth_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_digestauth_concurrent.c')
-rw-r--r--src/testcurl/test_digestauth_concurrent.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testcurl/test_digestauth_concurrent.c b/src/testcurl/test_digestauth_concurrent.c
index 907f1eae..fed39add 100644
--- a/src/testcurl/test_digestauth_concurrent.c
+++ b/src/testcurl/test_digestauth_concurrent.c
@@ -645,6 +645,15 @@ main (int argc, char *const *argv)
645{ 645{
646 unsigned int errorCount = 0; 646 unsigned int errorCount = 0;
647 (void) argc; (void) argv; /* Unused. Silent compiler warning. */ 647 (void) argc; (void) argv; /* Unused. Silent compiler warning. */
648#if (LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 62)
649 if (1)
650 {
651 fprintf (stderr, "libcurl version 7.62.x has bug in processing"
652 "URI with GET argements for Digest Auth.\n");
653 fprintf (stderr, "This test cannot be performed.\n");
654 exit (77);
655 }
656#endif /* libcurl version 7.62.x */
648 657
649 verbose = ! (has_param (argc, argv, "-q") || 658 verbose = ! (has_param (argc, argv, "-q") ||
650 has_param (argc, argv, "--quiet") || 659 has_param (argc, argv, "--quiet") ||