diff options
Diffstat (limited to 'src/testcurl/https/test_tls_authentication.c')
-rw-r--r-- | src/testcurl/https/test_tls_authentication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c index 5637eaaf..56b61c99 100644 --- a/src/testcurl/https/test_tls_authentication.c +++ b/src/testcurl/https/test_tls_authentication.c | |||
@@ -50,7 +50,7 @@ test_secure_get (void *cls, const char *cipher_suite, int proto_version) | |||
50 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 50 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
51 | port = 0; | 51 | port = 0; |
52 | else | 52 | else |
53 | port = 3070; | 53 | port = 3075; |
54 | 54 | ||
55 | d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | 55 | d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION |
56 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS | 56 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS |