aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index bd6da838..150dd048 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -619,7 +619,7 @@ flag is very convenient for multiplatform applications.
619Tell the TLS library to support post handshake client authentication. 619Tell the TLS library to support post handshake client authentication.
620Only useful in combination with @code{MHD_USE_TLS}. 620Only useful in combination with @code{MHD_USE_TLS}.
621 621
622This option will only work if the underyling TLS library 622This option will only work if the underlying TLS library
623supports it (i.e. GnuTLS after 3.6.3). If the TLS library 623supports it (i.e. GnuTLS after 3.6.3). If the TLS library
624does not support it, MHD may ignore the option and proceed 624does not support it, MHD may ignore the option and proceed
625without supporting this features. 625without supporting this features.
@@ -630,7 +630,7 @@ resulting security drawbacks. Only enable this if you really know what
630you are doing. MHD currently does NOT enforce that this only affects 630you are doing. MHD currently does NOT enforce that this only affects
631GET requests! You have been warned. 631GET requests! You have been warned.
632 632
633This option will only work if the underyling TLS library 633This option will only work if the underlying TLS library
634supports it (i.e. GnuTLS after 3.6.3). If the TLS library 634supports it (i.e. GnuTLS after 3.6.3). If the TLS library
635does not support it, MHD may ignore the option and proceed 635does not support it, MHD may ignore the option and proceed
636without supporting this features. 636without supporting this features.