aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_iovec.c')
-rw-r--r--src/testcurl/https/test_https_get_iovec.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c
index 39da52f3..7b99ff68 100644
--- a/src/testcurl/https/test_https_get_iovec.c
+++ b/src/testcurl/https/test_https_get_iovec.c
@@ -390,7 +390,6 @@ int
390main (int argc, char *const *argv) 390main (int argc, char *const *argv)
391{ 391{
392 unsigned int errorCount = 0; 392 unsigned int errorCount = 0;
393 const char *aes256_sha_tlsv1 = "AES256-SHA";
394 (void) argc; (void) argv; /* Unused. Silent compiler warning. */ 393 (void) argc; (void) argv; /* Unused. Silent compiler warning. */
395 394
396#ifdef MHD_HTTPS_REQUIRE_GCRYPT 395#ifdef MHD_HTTPS_REQUIRE_GCRYPT
@@ -408,12 +407,8 @@ main (int argc, char *const *argv)
408 return 77; 407 return 77;
409 } 408 }
410 409
411 if (curl_tls_is_nss ())
412 {
413 aes256_sha_tlsv1 = "rsa_aes_256_sha";
414 }
415 errorCount += 410 errorCount +=
416 test_secure_get (NULL, aes256_sha_tlsv1, CURL_SSLVERSION_TLSv1); 411 test_secure_get (NULL, NULL, CURL_SSLVERSION_TLSv1);
417 errorCount += testEmptyGet (0); 412 errorCount += testEmptyGet (0);
418 curl_global_cleanup (); 413 curl_global_cleanup ();
419 414