aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get.c')
-rw-r--r--src/testcurl/https/test_https_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get.c b/src/testcurl/https/test_https_get.c
index ab0dd9cf..b3f2fbf7 100644
--- a/src/testcurl/https/test_https_get.c
+++ b/src/testcurl/https/test_https_get.c
@@ -236,7 +236,7 @@ main (int argc, char *const *argv)
236{ 236{
237 unsigned int errorCount = 0; 237 unsigned int errorCount = 0;
238 const char *aes256_sha_tlsv1 = "AES256-SHA"; 238 const char *aes256_sha_tlsv1 = "AES256-SHA";
239 (void) argc; /* Unused. Silent compiler warning. */ 239 (void) argc; (void) argv; /* Unused. Silent compiler warning. */
240 240
241#ifdef MHD_HTTPS_REQUIRE_GRYPT 241#ifdef MHD_HTTPS_REQUIRE_GRYPT
242 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 242 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);