aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/tls_daemon_options_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/tls_daemon_options_test.c')
-rw-r--r--src/testcurl/https/tls_daemon_options_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/tls_daemon_options_test.c b/src/testcurl/https/tls_daemon_options_test.c
index 84564cdc..f4153011 100644
--- a/src/testcurl/https/tls_daemon_options_test.c
+++ b/src/testcurl/https/tls_daemon_options_test.c
@@ -86,13 +86,13 @@ main (int argc, char *const *argv)
86 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 86 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
87 if (curl_check_version (MHD_REQ_CURL_VERSION)) 87 if (curl_check_version (MHD_REQ_CURL_VERSION))
88 { 88 {
89 return -1; 89 return 0;
90 } 90 }
91 91
92 if (0 != curl_global_init (CURL_GLOBAL_ALL)) 92 if (0 != curl_global_init (CURL_GLOBAL_ALL))
93 { 93 {
94 fprintf (stderr, "Error: %s\n", strerror (errno)); 94 fprintf (stderr, "Error: %s\n", strerror (errno));
95 return -1; 95 return 0;
96 } 96 }
97 errorCount += 97 errorCount +=
98 test_wrap ("TLS1.0-AES-SHA1", 98 test_wrap ("TLS1.0-AES-SHA1",