aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-14 17:55:32 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-14 17:55:32 +0000
commitc34947db86d9fdb9adefc6c97fcaaa52a4ad4f2f (patch)
treec944f1db323b854ac4c62004cc531c50c23e9fb7
parent2964021746ea288480de345058cc9bb2b1a8ad32 (diff)
downloadlibmicrohttpd-c34947db86d9fdb9adefc6c97fcaaa52a4ad4f2f.tar.gz
libmicrohttpd-c34947db86d9fdb9adefc6c97fcaaa52a4ad4f2f.zip
-correct documentation
-rw-r--r--doc/libmicrohttpd.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index b19fa550..52c8e19d 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -853,10 +853,9 @@ be followed by a @code{unsigned int}.
853@cindex DH 853@cindex DH
854Memory pointer for the Diffie-Hellman parameters (dh.pem) to be used 854Memory pointer for the Diffie-Hellman parameters (dh.pem) to be used
855by the HTTPS daemon for key exchange. This option must be followed by 855by the HTTPS daemon for key exchange. This option must be followed by
856a @code{const char *} argument. The argument would be a GNUtls 856a @code{const char *} argument. The argument would be a zero-terminated
857property string, such as ``NORMAL:+DHE-RSA''. This option is needed 857string with a PEM encoded PKCS3 DH parameters structure suitable
858to activate ciphersuites with so-called ``Perfect Forward Secrecy'' 858for passing to @code{gnutls_dh_parms_import_pkcs3}.
859property.
860@end table 859@end table
861@end deftp 860@end deftp
862 861