diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel_threads.c')
-rw-r--r-- | src/testcurl/https/test_https_get_parallel_threads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c index c7fb1e88..14a5be4e 100644 --- a/src/testcurl/https/test_https_get_parallel_threads.c +++ b/src/testcurl/https/test_https_get_parallel_threads.c | |||
@@ -169,7 +169,7 @@ main (int argc, char *const *argv) | |||
169 | MHD_USE_TLS | MHD_USE_ERROR_LOG | MHD_USE_THREAD_PER_CONNECTION | 169 | MHD_USE_TLS | MHD_USE_ERROR_LOG | MHD_USE_THREAD_PER_CONNECTION |
170 | | MHD_USE_INTERNAL_POLLING_THREAD, | 170 | | MHD_USE_INTERNAL_POLLING_THREAD, |
171 | NULL, CURL_SSLVERSION_DEFAULT, MHD_OPTION_HTTPS_MEM_KEY, | 171 | NULL, CURL_SSLVERSION_DEFAULT, MHD_OPTION_HTTPS_MEM_KEY, |
172 | srv_key_pem, MHD_OPTION_HTTPS_MEM_CERT, | 172 | srv_self_signed_key_pem, MHD_OPTION_HTTPS_MEM_CERT, |
173 | srv_self_signed_cert_pem, MHD_OPTION_END); | 173 | srv_self_signed_cert_pem, MHD_OPTION_END); |
174 | 174 | ||
175 | errorCount += | 175 | errorCount += |
@@ -178,7 +178,7 @@ main (int argc, char *const *argv) | |||
178 | MHD_USE_TLS | MHD_USE_ERROR_LOG | MHD_USE_THREAD_PER_CONNECTION | 178 | MHD_USE_TLS | MHD_USE_ERROR_LOG | MHD_USE_THREAD_PER_CONNECTION |
179 | | MHD_USE_INTERNAL_POLLING_THREAD, | 179 | | MHD_USE_INTERNAL_POLLING_THREAD, |
180 | NULL, CURL_SSLVERSION_DEFAULT, MHD_OPTION_HTTPS_MEM_KEY, | 180 | NULL, CURL_SSLVERSION_DEFAULT, MHD_OPTION_HTTPS_MEM_KEY, |
181 | srv_key_pem, MHD_OPTION_HTTPS_MEM_CERT, | 181 | srv_self_signed_key_pem, MHD_OPTION_HTTPS_MEM_CERT, |
182 | srv_self_signed_cert_pem, MHD_OPTION_END); | 182 | srv_self_signed_cert_pem, MHD_OPTION_END); |
183 | 183 | ||
184 | if (errorCount != 0) | 184 | if (errorCount != 0) |