aboutsummaryrefslogtreecommitdiff
path: root/src/examples/https_fileserver_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/https_fileserver_example.c')
-rw-r--r--src/examples/https_fileserver_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/https_fileserver_example.c b/src/examples/https_fileserver_example.c
index 1479f23d..0b072cfc 100644
--- a/src/examples/https_fileserver_example.c
+++ b/src/examples/https_fileserver_example.c
@@ -192,7 +192,7 @@ main (int argc, char *const *argv)
192 /* gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); */ 192 /* gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); */
193 TLS_daemon = 193 TLS_daemon =
194 MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | 194 MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG |
195 MHD_USE_SSL, atoi (argv[1]), NULL, NULL, &http_ahc, 195 MHD_USE_TLS, atoi (argv[1]), NULL, NULL, &http_ahc,
196 NULL, MHD_OPTION_CONNECTION_TIMEOUT, 256, 196 NULL, MHD_OPTION_CONNECTION_TIMEOUT, 256,
197 MHD_OPTION_HTTPS_MEM_KEY, key_pem, 197 MHD_OPTION_HTTPS_MEM_KEY, key_pem,
198 MHD_OPTION_HTTPS_MEM_CERT, cert_pem, 198 MHD_OPTION_HTTPS_MEM_CERT, cert_pem,