Style and shadowing fixes

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-04-13 20:42:49 +03:00
parent 2704ce9895
commit 9ce7aa953a
16 changed files with 73 additions and 65 deletions
+1 -1
View File
@@ -103,6 +103,7 @@ test_query_session ()
CURLcode errornum;
char url[256];
int port;
const char *aes256_sha = "AES256-SHA";
if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT))
port = 0;
@@ -142,7 +143,6 @@ test_query_session ()
port = (int) dinfo->port;
}
const char *aes256_sha = "AES256-SHA";
if (curl_uses_nss_ssl () == 0)
{
aes256_sha = "rsa_aes_256_sha";