Răsfoiți Sursa

-correct documentation

Christian Grothoff 12 ani în urmă
părinte
comite
c34947db86
1 a modificat fișierele cu 3 adăugiri și 4 ștergeri
  1. 3 4
      doc/libmicrohttpd.texi

+ 3 - 4
doc/libmicrohttpd.texi

@@ -853,10 +853,9 @@ be followed by a @code{unsigned int}.
 @cindex DH
 @cindex DH
 Memory pointer for the Diffie-Hellman parameters (dh.pem) to be used
 Memory pointer for the Diffie-Hellman parameters (dh.pem) to be used
 by the HTTPS daemon for key exchange.  This option must be followed by
 by the HTTPS daemon for key exchange.  This option must be followed by
-a @code{const char *} argument.  The argument would be a GNUtls
-property string, such as ``NORMAL:+DHE-RSA''.  This option is needed
-to activate ciphersuites with so-called ``Perfect Forward Secrecy''
-property.
+a @code{const char *} argument.  The argument would be a zero-terminated
+string with a PEM encoded PKCS3 DH parameters structure suitable
+for passing to @code{gnutls_dh_parms_import_pkcs3}.
 @end table
 @end table
 @end deftp
 @end deftp