diff options
Diffstat (limited to 'src/testcurl/https/test_https_time_out.c')
-rw-r--r-- | src/testcurl/https/test_https_time_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_time_out.c b/src/testcurl/https/test_https_time_out.c index 8893c16b..9818417a 100644 --- a/src/testcurl/https/test_https_time_out.c +++ b/src/testcurl/https/test_https_time_out.c | |||
@@ -241,7 +241,7 @@ main (int argc, char *const *argv) | |||
241 | MHD_OPTION_CONNECTION_TIMEOUT, | 241 | MHD_OPTION_CONNECTION_TIMEOUT, |
242 | (unsigned int) timeout_val, | 242 | (unsigned int) timeout_val, |
243 | MHD_OPTION_NOTIFY_CONNECTION, &socket_cb, NULL, | 243 | MHD_OPTION_NOTIFY_CONNECTION, &socket_cb, NULL, |
244 | MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, | 244 | MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem, |
245 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, | 245 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, |
246 | MHD_OPTION_END); | 246 | MHD_OPTION_END); |
247 | 247 | ||