aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/tlsauthentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/tlsauthentication.c')
-rw-r--r--doc/examples/tlsauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tlsauthentication.c b/doc/examples/tlsauthentication.c
index 41478136..742837e9 100644
--- a/doc/examples/tlsauthentication.c
+++ b/doc/examples/tlsauthentication.c
@@ -254,7 +254,7 @@ main ()
254 } 254 }
255 255
256 daemon = 256 daemon =
257 MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_TLS, PORT, NULL, 257 MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS, PORT, NULL,
258 NULL, &answer_to_connection, NULL, 258 NULL, &answer_to_connection, NULL,
259 MHD_OPTION_HTTPS_MEM_KEY, key_pem, 259 MHD_OPTION_HTTPS_MEM_KEY, key_pem,
260 MHD_OPTION_HTTPS_MEM_CERT, cert_pem, MHD_OPTION_END); 260 MHD_OPTION_HTTPS_MEM_CERT, cert_pem, MHD_OPTION_END);