libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5ed0d3c8717e714c605ebd00c91ab53b7fdc01a6
parent f56131958544cff00fac1e2a777df5e08535649a
Author: lv-426 <oxcafebaby@yahoo.com>
Date:   Sun, 20 Jul 2008 05:03:35 +0000

part of previous commit

Diffstat:
Msrc/testcurl/https/mhds_multi_daemon_test.c | 2+-
Msrc/testcurl/https/tls_authentication_test.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/https/mhds_multi_daemon_test.c b/src/testcurl/https/mhds_multi_daemon_test.c @@ -313,7 +313,7 @@ main (int argc, char *const *argv) } errorCount += - test_concurent_daemon_pair (test_fd, "AES256-SHA", CURL_SSLVERSION_TLSv1); + test_concurent_daemon_pair (test_fd, "AES256-SHA", CURL_SSLVERSION_SSLv3); if (errorCount != 0) fprintf (stderr, "Error (code: %u)\n", errorCount); diff --git a/src/testcurl/https/tls_authentication_test.c b/src/testcurl/https/tls_authentication_test.c @@ -330,7 +330,7 @@ main (int argc, char *const *argv) } errorCount += - test_secure_get (test_fd, "AES256-SHA", CURL_SSLVERSION_TLSv1); + test_secure_get (test_fd, "AES256-SHA", CURL_SSLVERSION_SSLv3); if (errorCount != 0) fprintf (stderr, "Error (code: %u)\n", errorCount);