diff options
Diffstat (limited to 'src/testcurl/https/test_empty_response.c')
-rw-r--r-- | src/testcurl/https/test_empty_response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_empty_response.c b/src/testcurl/https/test_empty_response.c index 932a51bc..0b7b7f3d 100644 --- a/src/testcurl/https/test_empty_response.c +++ b/src/testcurl/https/test_empty_response.c | |||
@@ -88,7 +88,7 @@ testInternalSelectGet (void) | |||
88 | d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_TLS | 88 | d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_TLS |
89 | | MHD_USE_INTERNAL_POLLING_THREAD, | 89 | | MHD_USE_INTERNAL_POLLING_THREAD, |
90 | port, NULL, NULL, &ahc_echo, NULL, | 90 | port, NULL, NULL, &ahc_echo, NULL, |
91 | MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, | 91 | MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem, |
92 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, | 92 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, |
93 | MHD_OPTION_END); | 93 | MHD_OPTION_END); |
94 | if (d == NULL) | 94 | if (d == NULL) |