aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-12-29 16:56:36 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-12-29 16:58:16 +0300
commita532889effefc492c202d83cd70f439db49504ff (patch)
tree7b0052c24c79de48b5417880a8f022ca74546725
parent8d4496944bf0ada2f2fc176e589eb0a921da72d9 (diff)
downloadlibmicrohttpd-a532889effefc492c202d83cd70f439db49504ff.tar.gz
libmicrohttpd-a532889effefc492c202d83cd70f439db49504ff.zip
test_digestauth_concurrent: fixed error message
-rw-r--r--src/testcurl/test_digestauth_concurrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_digestauth_concurrent.c b/src/testcurl/test_digestauth_concurrent.c
index 0e71ca39..d7204e0b 100644
--- a/src/testcurl/test_digestauth_concurrent.c
+++ b/src/testcurl/test_digestauth_concurrent.c
@@ -662,7 +662,7 @@ main (int argc, char *const *argv)
662#if (LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 62) 662#if (LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 62)
663 if (1) 663 if (1)
664 { 664 {
665 fprintf (stderr, "libcurl version 7.62.x has bug in processing" 665 fprintf (stderr, "libcurl version 7.62.x has bug in processing "
666 "URI with GET arguments for Digest Auth.\n"); 666 "URI with GET arguments for Digest Auth.\n");
667 fprintf (stderr, "This test cannot be performed.\n"); 667 fprintf (stderr, "This test cannot be performed.\n");
668 exit (77); 668 exit (77);