Silenced compiler warnings in src/testcurl/https, minor fixes.

This commit is contained in:
Evgeny Grin (Karlson2k)
2017-10-30 23:37:44 +03:00
parent dc96775e32
commit 28f723b238
12 changed files with 44 additions and 22 deletions
+1
View File
@@ -131,6 +131,7 @@ main (int argc, char *const *argv)
unsigned int errorCount = 0;
const char *aes256_sha_tlsv1 = "AES256-SHA";
const char *des_cbc3_sha_tlsv1 = "DES-CBC3-SHA";
(void)argc; /* Unused. Silent compiler warning. */
#ifdef MHD_HTTPS_REQUIRE_GRYPT
gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);