build: disable SSLv2 by default
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 10 Aug 2013 13:40:26 +0000 (15:40 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 10 Aug 2013 13:46:06 +0000 (15:46 +0200)
commit39aa894035f9e3b58e04ce1a2b598e496e1f6bd6
tree9c90cd5efabcb8b168177773388ba924aa4bfef8
parentc937f5b5874d9b799e8f43399bd4fcae076c7791
build: disable SSLv2 by default

No one in this day and age should be using SSLv2 so disable it by
default. You can re-enable it with `./configure --with-sslv2` but
there really should be no reason for that.
configure