[exim-cvs] fix example line-length, add comment (openssl_opt…

Góra strony
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
Dla: exim-cvs
Temat: [exim-cvs] fix example line-length, add comment (openssl_options)
Gitweb: http://git.exim.org/exim.git/commitdiff/50aeabbc8bbe2c80d9503379b6613596fa826e02
Commit:     50aeabbc8bbe2c80d9503379b6613596fa826e02
Parent:     f16be9794c6eec65385dca68e88978b30efd6012
Author:     Phil Pennock <pdp@???>
AuthorDate: Fri May 4 12:26:21 2012 -0700
Committer:  Phil Pennock <pdp@???>
CommitDate: Fri May 4 12:26:21 2012 -0700


    fix example line-length, add comment (openssl_options)
---
 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 7b8d307..582eb60 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: