diff options
Diffstat (limited to 'src/testcurl/https/test_https_session_info.c')
-rw-r--r-- | src/testcurl/https/test_https_session_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_session_info.c b/src/testcurl/https/test_https_session_info.c index f80ea4cd..9ca97b36 100644 --- a/src/testcurl/https/test_https_session_info.c +++ b/src/testcurl/https/test_https_session_info.c | |||
@@ -103,6 +103,7 @@ test_query_session () | |||
103 | CURLcode errornum; | 103 | CURLcode errornum; |
104 | char url[256]; | 104 | char url[256]; |
105 | int port; | 105 | int port; |
106 | const char *aes256_sha = "AES256-SHA"; | ||
106 | 107 | ||
107 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 108 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
108 | port = 0; | 109 | port = 0; |
@@ -142,7 +143,6 @@ test_query_session () | |||
142 | port = (int) dinfo->port; | 143 | port = (int) dinfo->port; |
143 | } | 144 | } |
144 | 145 | ||
145 | const char *aes256_sha = "AES256-SHA"; | ||
146 | if (curl_uses_nss_ssl () == 0) | 146 | if (curl_uses_nss_ssl () == 0) |
147 | { | 147 | { |
148 | aes256_sha = "rsa_aes_256_sha"; | 148 | aes256_sha = "rsa_aes_256_sha"; |