aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
parenta90ba78c016404a02eb9c81a9fd82694e00b10fb (diff)
downloadlibmicrohttpd-ef7fe75ff225665f2dbea1bc773d9ce3862a2866.tar.gz
libmicrohttpd-ef7fe75ff225665f2dbea1bc773d9ce3862a2866.zip
deprecate USE_SSL for USE_TLS, rename in code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 76d832ea..1d160dad 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2757,7 +2757,7 @@ enum MHD_FEATURE
2757 2757
2758 /** 2758 /**
2759 * Get whether HTTPS is supported. If supported then flag 2759 * Get whether HTTPS is supported. If supported then flag
2760 * #MHD_USE_SSL and options #MHD_OPTION_HTTPS_MEM_KEY, 2760 * #MHD_USE_TLS and options #MHD_OPTION_HTTPS_MEM_KEY,
2761 * #MHD_OPTION_HTTPS_MEM_CERT, #MHD_OPTION_HTTPS_MEM_TRUST, 2761 * #MHD_OPTION_HTTPS_MEM_CERT, #MHD_OPTION_HTTPS_MEM_TRUST,
2762 * #MHD_OPTION_HTTPS_MEM_DHPARAMS, #MHD_OPTION_HTTPS_CRED_TYPE, 2762 * #MHD_OPTION_HTTPS_MEM_DHPARAMS, #MHD_OPTION_HTTPS_CRED_TYPE,
2763 * #MHD_OPTION_HTTPS_PRIORITIES can be used. 2763 * #MHD_OPTION_HTTPS_PRIORITIES can be used.