diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-10-26 00:30:32 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-10-26 00:33:26 +0200 |
commit | 9f9c3cbd8d825f80e99ddfdefa530be3955bcd56 (patch) | |
tree | 0a7c36422cfed7696b28ec262a1d65071edba36a /fetchmail.man | |
parent | 514239e63f18708b86d41db7fa78f49714b10c29 (diff) | |
download | fetchmail-9f9c3cbd8d825f80e99ddfdefa530be3955bcd56.tar.gz fetchmail-9f9c3cbd8d825f80e99ddfdefa530be3955bcd56.tar.bz2 fetchmail-9f9c3cbd8d825f80e99ddfdefa530be3955bcd56.zip |
Fix build on SSLv2-disabled OpenSSL setups
On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer
Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't reference it (to
fix the build) and print a run-time error that the OS does not support SSLv2.
Fixes Debian Bug #622054, but note that that bug report has a more thorough
patch that does away with SSLv2 altogether.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 237710f8..e953a5dd 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -474,7 +474,8 @@ Also see \-\-sslcert above. (Keyword: sslproto) .br Forces an SSL/TLS protocol. Possible values are \fB''\fP, -\&'\fBSSL2\fP', '\fBSSL23\fP', (use of these two values is discouraged +\&'\fBSSL2\fP' (not supported on all systems), +\&'\fBSSL23\fP', (use of these two values is discouraged and should only be used as a last resort) \&'\fBSSL3\fP', and \&'\fBTLS1\fP'. The default behaviour if this option is unset is: for connections without \-\-ssl, use \&'\fBTLS1\fP' so that fetchmail will |