aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_get_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_get_test.c')
-rw-r--r--src/testcurl/https/mhds_get_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/mhds_get_test.c b/src/testcurl/https/mhds_get_test.c
index 4eefb8ff..f279ac9f 100644
--- a/src/testcurl/https/mhds_get_test.c
+++ b/src/testcurl/https/mhds_get_test.c
@@ -44,7 +44,7 @@ test_cipher_option (FILE * test_fd, char *cipher_suite, int proto_version)
44 int ret; 44 int ret;
45 struct MHD_Daemon *d; 45 struct MHD_Daemon *d;
46 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | 46 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
47 MHD_USE_DEBUG, 42433, 47 MHD_USE_DEBUG, 4233,
48 NULL, NULL, &http_ahc, NULL, 48 NULL, NULL, &http_ahc, NULL,
49 MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, 49 MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem,
50 MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, 50 MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem,
@@ -70,7 +70,7 @@ test_secure_get (FILE * test_fd, char *cipher_suite, int proto_version)
70 struct MHD_Daemon *d; 70 struct MHD_Daemon *d;
71 71
72 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | 72 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
73 MHD_USE_DEBUG, 42433, 73 MHD_USE_DEBUG, 4233,
74 NULL, NULL, &http_ahc, NULL, 74 NULL, NULL, &http_ahc, NULL,
75 MHD_OPTION_HTTPS_MEM_KEY, srv_signed_key_pem, 75 MHD_OPTION_HTTPS_MEM_KEY, srv_signed_key_pem,
76 MHD_OPTION_HTTPS_MEM_CERT, srv_signed_cert_pem, 76 MHD_OPTION_HTTPS_MEM_CERT, srv_signed_cert_pem,