diff options
Diffstat (limited to 'src/testcurl/https/test_empty_response.c')
-rw-r--r-- | src/testcurl/https/test_empty_response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_empty_response.c b/src/testcurl/https/test_empty_response.c index 2cd159f9..bf05baca 100644 --- a/src/testcurl/https/test_empty_response.c +++ b/src/testcurl/https/test_empty_response.c | |||
@@ -78,6 +78,7 @@ testInternalSelectGet () | |||
78 | time_t start; | 78 | time_t start; |
79 | struct timeval tv; | 79 | struct timeval tv; |
80 | int port; | 80 | int port; |
81 | char *aes256_sha = "AES256-SHA"; | ||
81 | 82 | ||
82 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 83 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
83 | port = 0; | 84 | port = 0; |
@@ -107,7 +108,6 @@ testInternalSelectGet () | |||
107 | } | 108 | } |
108 | port = (int) dinfo->port; | 109 | port = (int) dinfo->port; |
109 | } | 110 | } |
110 | char *aes256_sha = "AES256-SHA"; | ||
111 | if (curl_uses_nss_ssl () == 0) | 111 | if (curl_uses_nss_ssl () == 0) |
112 | { | 112 | { |
113 | aes256_sha = "rsa_aes_256_sha"; | 113 | aes256_sha = "rsa_aes_256_sha"; |