Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nail: add compatibility with openssl 1.1 | Eneas U de Queiroz | 2018-05-24 |
| | | | | | | | | Openssl 1.1 doesn't support SSL2 and does not define the OPENSSL_NO_SSL2 flag either. Also, it defaults to NO_EGD, so do not use EGD if it's not enabled in openssl. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> | ||
* | nail: fix build against OpenSSL with disabled SSLv3 | Jo-Philipp Wich | 2017-01-18 |
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> |