nail: fix build against OpenSSL with disabled SSLv3 3871/head
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 03:03:00 +0000 (04:03 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 03:05:26 +0000 (04:05 +0100)
commita642b4d3715ca9316b615a464de94b9d91ec50db
tree3755b5f64908a093f1ad468c6cf4dc07c0ea4acb
parent12df5439b812ce34f9f716f3e19f603ead296701
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]