aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark_https.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/examples/benchmark_https.c
parenta90ba78c016404a02eb9c81a9fd82694e00b10fb (diff)
downloadlibmicrohttpd-ef7fe75ff225665f2dbea1bc773d9ce3862a2866.tar.gz
libmicrohttpd-ef7fe75ff225665f2dbea1bc773d9ce3862a2866.zip
deprecate USE_SSL for USE_TLS, rename in code
Diffstat (limited to 'src/examples/benchmark_https.c')
-rw-r--r--src/examples/benchmark_https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c
index 5cfd425e..d3825172 100644
--- a/src/examples/benchmark_https.c
+++ b/src/examples/benchmark_https.c
@@ -180,7 +180,7 @@ main (int argc, char *const *argv)
180 response = MHD_create_response_from_buffer (strlen (PAGE), 180 response = MHD_create_response_from_buffer (strlen (PAGE),
181 (void *) PAGE, 181 (void *) PAGE,
182 MHD_RESPMEM_PERSISTENT); 182 MHD_RESPMEM_PERSISTENT);
183 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL 183 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_TLS
184#ifdef EPOLL_SUPPORT 184#ifdef EPOLL_SUPPORT
185 | MHD_USE_EPOLL | MHD_USE_EPOLL_TURBO 185 | MHD_USE_EPOLL | MHD_USE_EPOLL_TURBO
186#endif 186#endif