aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testcurl/https/test_https_get.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testcurl/https/test_https_get.c b/src/testcurl/https/test_https_get.c
index 51536385..e417129d 100644
--- a/src/testcurl/https/test_https_get.c
+++ b/src/testcurl/https/test_https_get.c
@@ -165,6 +165,7 @@ main (int argc, char *const *argv)
165 test_cipher_option (NULL, des_cbc3_sha_tlsv1, CURL_SSLVERSION_TLSv1); 165 test_cipher_option (NULL, des_cbc3_sha_tlsv1, CURL_SSLVERSION_TLSv1);
166#else /* GNUTLS_VERSION_NUMBER >= 0x030600 */ 166#else /* GNUTLS_VERSION_NUMBER >= 0x030600 */
167 (void)des_cbc3_sha_tlsv1; 167 (void)des_cbc3_sha_tlsv1;
168 (void)test_cipher_option;
168#endif /* GNUTLS_VERSION_NUMBER >= 0x030600 */ 169#endif /* GNUTLS_VERSION_NUMBER >= 0x030600 */
169 print_test_result (errorCount, argv[0]); 170 print_test_result (errorCount, argv[0]);
170 171