]> Pileus Git - ~andy/fetchmail/commit
Fix build on SSLv2-disabled OpenSSL setups
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 25 Oct 2011 22:30:32 +0000 (00:30 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 25 Oct 2011 22:33:26 +0000 (00:33 +0200)
commit9f9c3cbd8d825f80e99ddfdefa530be3955bcd56
tree0a7c36422cfed7696b28ec262a1d65071edba36a
parent514239e63f18708b86d41db7fa78f49714b10c29
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.
NEWS
configure.ac
fetchmail.man
socket.c