diff options
Diffstat (limited to 'src/testcurl/https/test_https_multi_daemon.c')
-rw-r--r-- | src/testcurl/https/test_https_multi_daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/test_https_multi_daemon.c b/src/testcurl/https/test_https_multi_daemon.c index 7d99940c..050c9e19 100644 --- a/src/testcurl/https/test_https_multi_daemon.c +++ b/src/testcurl/https/test_https_multi_daemon.c | |||
@@ -63,7 +63,7 @@ test_concurent_daemon_pair (void *cls, | |||
63 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS | 63 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS |
64 | | MHD_USE_ERROR_LOG, port1, | 64 | | MHD_USE_ERROR_LOG, port1, |
65 | NULL, NULL, &http_ahc, NULL, | 65 | NULL, NULL, &http_ahc, NULL, |
66 | MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, | 66 | MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem, |
67 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, | 67 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, |
68 | MHD_OPTION_END); | 68 | MHD_OPTION_END); |
69 | 69 | ||
@@ -89,7 +89,7 @@ test_concurent_daemon_pair (void *cls, | |||
89 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS | 89 | | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS |
90 | | MHD_USE_ERROR_LOG, port2, | 90 | | MHD_USE_ERROR_LOG, port2, |
91 | NULL, NULL, &http_ahc, NULL, | 91 | NULL, NULL, &http_ahc, NULL, |
92 | MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, | 92 | MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem, |
93 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, | 93 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, |
94 | MHD_OPTION_END); | 94 | MHD_OPTION_END); |
95 | 95 | ||