diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-27 11:02:01 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-27 11:02:01 -0400 |
commit | 56b93c7cbbde14eba07cdc95bc810181f34fa93d (patch) | |
tree | dfe4d239d40cc2d0b12d70c0b44a91a84b0a95bb | |
parent | 1508acb8629a6ac1517ab524a9f29257a2335d5e (diff) |
Doc: fix glitchexim-4_80_RC6
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index c71dfb182..f368608a0 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -15715,7 +15715,7 @@ parameters should be loaded. If the file exists, it should hold a PEM-encoded PKCS#3 representation of the DH prime. If the file does not exist, for OpenSSL it is an error. For GnuTLS, Exim will attempt to create the file and fill it with a generated DH prime. For OpenSSL, if the DH bit-count from -loading the file is greater than &%tls_dh_max_bits$& then it will be ignored, +loading the file is greater than &%tls_dh_max_bits%& then it will be ignored, and treated as though the &%tls_dhparam%& were set to "none". If this option expands to the string "none", then no DH parameters will be |