aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-15 06:26:19 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-15 06:26:19 +0000
commite460b1507c74c3d16b8e3cfee2f37e000c4b0159 (patch)
tree00c24903e62ed3e2dec1d5f940d938984a555476
parentfb235ab1e49c3c750f8bfc490de67010ca966113 (diff)
downloadlibmicrohttpd-e460b1507c74c3d16b8e3cfee2f37e000c4b0159.tar.gz
libmicrohttpd-e460b1507c74c3d16b8e3cfee2f37e000c4b0159.zip
splitting up tests
-rw-r--r--src/testcurl/https/tls_daemon_options_adh_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/tls_daemon_options_adh_test.c b/src/testcurl/https/tls_daemon_options_adh_test.c
index afa596ed..9cce0002 100644
--- a/src/testcurl/https/tls_daemon_options_adh_test.c
+++ b/src/testcurl/https/tls_daemon_options_adh_test.c
@@ -222,7 +222,7 @@ test_https_transfer (FILE * test_fd, char *cipher_suite, int proto_version)
222 return 0; 222 return 0;
223} 223}
224 224
225FILE * 225static FILE *
226setupTestFile () 226setupTestFile ()
227{ 227{
228 FILE *test_fd; 228 FILE *test_fd;