aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_put.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-09-11 15:11:53 +0200
committerChristian Grothoff <christian@grothoff.org>2018-09-11 15:11:53 +0200
commit7ade892317e91c34de82e103e129b9cb4e54f5cf (patch)
treea1285285894cddba4e47398d82f8a3f806382905 /src/testcurl/test_put.c
parent9624d2f58ee09fd6bd109bb89b6695f8447f17a4 (diff)
downloadlibmicrohttpd-7ade892317e91c34de82e103e129b9cb4e54f5cf.tar.gz
libmicrohttpd-7ade892317e91c34de82e103e129b9cb4e54f5cf.zip
clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS restoration to configure.ac to avoid linking indiscriminately against GnuTLS
Diffstat (limited to 'src/testcurl/test_put.c')
-rw-r--r--src/testcurl/test_put.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcurl/test_put.c b/src/testcurl/test_put.c
index 83c4a124..eba7afa0 100644
--- a/src/testcurl/test_put.c
+++ b/src/testcurl/test_put.c
@@ -462,6 +462,8 @@ curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
462 MHD_stop_daemon (d); 462 MHD_stop_daemon (d);
463 return 4096; 463 return 4096;
464 } 464 }
465 if (maxsock > maxposixs)
466 maxposixs = maxsock;
465 tv.tv_sec = 0; 467 tv.tv_sec = 0;
466 tv.tv_usec = 1000; 468 tv.tv_usec = 1000;
467 if (-1 == select (maxposixs + 1, &rs, &ws, &es, &tv)) 469 if (-1 == select (maxposixs + 1, &rs, &ws, &es, &tv))