aboutsummaryrefslogtreecommitdiff
path: root/src/examples/minimal_example_empty_tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/minimal_example_empty_tls.c')
-rw-r--r--src/examples/minimal_example_empty_tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/minimal_example_empty_tls.c b/src/examples/minimal_example_empty_tls.c
index 465f7492..d0a4d6ff 100644
--- a/src/examples/minimal_example_empty_tls.c
+++ b/src/examples/minimal_example_empty_tls.c
@@ -160,7 +160,7 @@ main (int argc,
160 (uint16_t) port, 160 (uint16_t) port,
161 NULL, NULL, &ahc_echo, NULL, 161 NULL, NULL, &ahc_echo, NULL,
162 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120, 162 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120,
163 MHD_OPTION_STRICT_FOR_CLIENT, (int) 1, 163 MHD_OPTION_CLIENT_DISCIPLINE_LVL, (int) 1,
164 /* Optionally, the gnutls_load_file() can be used to 164 /* Optionally, the gnutls_load_file() can be used to
165 load the key and the certificate from file. */ 165 load the key and the certificate from file. */
166 MHD_OPTION_HTTPS_MEM_KEY, srv_signed_key_pem, 166 MHD_OPTION_HTTPS_MEM_KEY, srv_signed_key_pem,