diff options
Diffstat (limited to 'src/testcurl/test_digestauth_sha256.c')
-rw-r--r-- | src/testcurl/test_digestauth_sha256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_digestauth_sha256.c b/src/testcurl/test_digestauth_sha256.c index 3bf3ce85..4088dc32 100644 --- a/src/testcurl/test_digestauth_sha256.c +++ b/src/testcurl/test_digestauth_sha256.c | |||
@@ -168,7 +168,7 @@ testDigestAuth () | |||
168 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) | 168 | if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) |
169 | port = 0; | 169 | port = 0; |
170 | else | 170 | else |
171 | port = 1165; | 171 | port = 1167; |
172 | 172 | ||
173 | cbc.buf = buf; | 173 | cbc.buf = buf; |
174 | cbc.size = 2048; | 174 | cbc.size = 2048; |