diff options
Diffstat (limited to 'src/testcurl/https/test_https_sni.c')
-rw-r--r-- | src/testcurl/https/test_https_sni.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_sni.c b/src/testcurl/https/test_https_sni.c index 573bf637..c4e94007 100644 --- a/src/testcurl/https/test_https_sni.c +++ b/src/testcurl/https/test_https_sni.c | |||
@@ -264,7 +264,7 @@ main (int argc, char *const *argv) | |||
264 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 264 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
265 | port = 0; | 265 | port = 0; |
266 | else | 266 | else |
267 | port = 3060; | 267 | port = 3065; |
268 | 268 | ||
269 | #ifdef MHD_HTTPS_REQUIRE_GCRYPT | 269 | #ifdef MHD_HTTPS_REQUIRE_GCRYPT |
270 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); | 270 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); |