commit 8524a6cfe99a34f776a334652c8558b45792ab12
parent f8afc779b1200f24555de23fb4eb3c6a5a58899e
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 18 Nov 2010 21:59:46 +0000
report error, but do not fail hard
Diffstat:
1 file 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
@@ -86,13 +86,13 @@ main (int argc, char *const *argv)
gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
if (curl_check_version (MHD_REQ_CURL_VERSION))
{
- return -1;
+ return 0;
}
if (0 != curl_global_init (CURL_GLOBAL_ALL))
{
fprintf (stderr, "Error: %s\n", strerror (errno));
- return -1;
+ return 0;
}
errorCount +=
test_wrap ("TLS1.0-AES-SHA1",