nail: fix build against OpenSSL with disabled SSLv3
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 03:03:00 +0000 (04:03 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 5 Feb 2017 18:40:06 +0000 (19:40 +0100)
commit0a6abf0863488646448e1410b53f5eb9f69adeae
treee23ecee3b0bb93c833b5e57ef3fb9d5e96781a26
parentb4ef3357462c900e51caf4f144cda787c686b03a
nail: fix build against OpenSSL with disabled SSLv3

Extend the existing patch handling disabled SSLv2 to cover the SSLv3 case as
well in order to fix the following build error reported by the buildbot:

    openssl.o: In function `ssl_open':
    openssl.c:(.text+0xa1c): undefined reference to `SSLv3_client_method'
    collect2: error: ld returned 1 exit status

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
mail/nail/Makefile
mail/nail/patches/100-handle-openssl-without-sslv2-sslv3.patch [new file with mode: 0644]
mail/nail/patches/100-handle-openssl-without-sslv2.patch [deleted file]