aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_tls_extensions.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-11 16:09:17 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-11 16:09:17 +0000
commitef7fe75ff225665f2dbea1bc773d9ce3862a2866 (patch)
tree29cb3dc8454f64004d0475b478144eb1415b05b4 /src/testcurl/https/test_tls_extensions.c
parenta90ba78c016404a02eb9c81a9fd82694e00b10fb (diff)
downloadlibmicrohttpd-ef7fe75ff225665f2dbea1bc773d9ce3862a2866.tar.gz
libmicrohttpd-ef7fe75ff225665f2dbea1bc773d9ce3862a2866.zip
deprecate USE_SSL for USE_TLS, rename in code
Diffstat (limited to 'src/testcurl/https/test_tls_extensions.c')
-rw-r--r--src/testcurl/https/test_tls_extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_tls_extensions.c b/src/testcurl/https/test_tls_extensions.c
index 4cbdcaed..2a51c7f9 100644
--- a/src/testcurl/https/test_tls_extensions.c
+++ b/src/testcurl/https/test_tls_extensions.c
@@ -231,7 +231,7 @@ main (int argc, char *const *argv)
231 return -1; 231 return -1;
232 } 232 }
233 233
234 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | 234 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_TLS |
235 MHD_USE_DEBUG, DEAMON_TEST_PORT, 235 MHD_USE_DEBUG, DEAMON_TEST_PORT,
236 NULL, NULL, &http_ahc, NULL, 236 NULL, NULL, &http_ahc, NULL,
237 MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, 237 MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem,