diff options
Diffstat (limited to 'src/testcurl/https/test_tls_options.c')
-rw-r--r-- | src/testcurl/https/test_tls_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c index dfd7aad4..09e0c9c9 100644 --- a/src/testcurl/https/test_tls_options.c +++ b/src/testcurl/https/test_tls_options.c | |||
@@ -267,7 +267,7 @@ test_first_supported_versions (void) | |||
267 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 267 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
268 | port = 0; /* Use system automatic assignment */ | 268 | port = 0; /* Use system automatic assignment */ |
269 | else | 269 | else |
270 | port = 3060; /* Use predefined port, may break parallel testing of another MHD build */ | 270 | port = 3080; /* Use predefined port, may break parallel testing of another MHD build */ |
271 | 271 | ||
272 | vers_list = gnutls_protocol_list (); | 272 | vers_list = gnutls_protocol_list (); |
273 | if (NULL == vers_list) | 273 | if (NULL == vers_list) |