diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_iovec.c')
-rw-r--r-- | src/testcurl/https/test_https_get_iovec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c index 0df4bf65..326dd8da 100644 --- a/src/testcurl/https/test_https_get_iovec.c +++ b/src/testcurl/https/test_https_get_iovec.c | |||
@@ -201,7 +201,7 @@ test_secure_get (FILE *test_fd, | |||
201 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 201 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
202 | port = 0; | 202 | port = 0; |
203 | else | 203 | else |
204 | port = 3041; | 204 | port = 3045; |
205 | 205 | ||
206 | d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | 206 | d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION |
207 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS | 207 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS |