aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_tls_authentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_tls_authentication.c')
-rw-r--r--src/testcurl/https/test_tls_authentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c
index 1fa2f795..fb6e5615 100644
--- a/src/testcurl/https/test_tls_authentication.c
+++ b/src/testcurl/https/test_tls_authentication.c
@@ -105,7 +105,7 @@ main (int argc, char *const *argv)
105 } 105 }
106 106
107 errorCount += 107 errorCount +=
108 test_secure_get (NULL, NULL, CURL_SSLVERSION_TLSv1); 108 test_secure_get (NULL, NULL, CURL_SSLVERSION_DEFAULT);
109 109
110 print_test_result (errorCount, argv[0]); 110 print_test_result (errorCount, argv[0]);
111 111