aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index 9ab7e892..a1f79f77 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -105,7 +105,7 @@ testExternalGet (unsigned int flags)
105 cbc.pos = 0; 105 cbc.pos = 0;
106 d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_TLS | flags, 106 d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_TLS | flags,
107 port, NULL, NULL, &ahc_echo, NULL, 107 port, NULL, NULL, &ahc_echo, NULL,
108 MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, 108 MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem,
109 MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, 109 MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem,
110 MHD_OPTION_END); 110 MHD_OPTION_END);
111 if (d == NULL) 111 if (d == NULL)