diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel.c')
-rw-r--r-- | src/testcurl/https/test_https_get_parallel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c index 32f34ec0..33cf5e42 100644 --- a/src/testcurl/https/test_https_get_parallel.c +++ b/src/testcurl/https/test_https_get_parallel.c | |||
@@ -141,7 +141,7 @@ main (int argc, char *const *argv) | |||
141 | 141 | ||
142 | if (curl_uses_nss_ssl() == 0) | 142 | if (curl_uses_nss_ssl() == 0) |
143 | aes256_sha = "rsa_aes_256_sha"; | 143 | aes256_sha = "rsa_aes_256_sha"; |
144 | #if LINUX | 144 | #if EPOLL_SUPPORT |
145 | errorCount += | 145 | errorCount += |
146 | test_wrap ("single threaded daemon, single client, epoll", &test_single_client, | 146 | test_wrap ("single threaded daemon, single client, epoll", &test_single_client, |
147 | NULL, | 147 | NULL, |
@@ -157,7 +157,7 @@ main (int argc, char *const *argv) | |||
157 | aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, | 157 | aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, |
158 | srv_key_pem, MHD_OPTION_HTTPS_MEM_CERT, | 158 | srv_key_pem, MHD_OPTION_HTTPS_MEM_CERT, |
159 | srv_self_signed_cert_pem, MHD_OPTION_END); | 159 | srv_self_signed_cert_pem, MHD_OPTION_END); |
160 | #if LINUX | 160 | #if EPOLL_SUPPORT |
161 | errorCount += | 161 | errorCount += |
162 | test_wrap ("single threaded daemon, parallel clients, epoll", | 162 | test_wrap ("single threaded daemon, parallel clients, epoll", |
163 | &test_parallel_clients, NULL, | 163 | &test_parallel_clients, NULL, |