diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-04 12:26:21 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-04 12:26:21 -0700 |
commit | 50aeabbc8bbe2c80d9503379b6613596fa826e02 (patch) | |
tree | 0b1417eb0afabbb5400ebe4ba5475bf76341f08d | |
parent | f16be9794c6eec65385dca68e88978b30efd6012 (diff) |
fix example line-length, add comment (openssl_options)
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 7b8d3074d..582eb6072 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -14381,7 +14381,9 @@ some now infamous attacks. An example: .code -openssl_options = -all +microsoft_big_sslv3_buffer +dont_insert_empty_fragments +# Make both old MS and old Eudora happy: +openssl_options = -all +microsoft_big_sslv3_buffer \ + +dont_insert_empty_fragments .endd Possible options may include: |