aboutsummaryrefslogtreecommitdiff
path: root/mail/nail/patches/200-handle-openssl-no-egd.patch
Commit message (Collapse)AuthorAge
* nail: add compatibility with openssl 1.1Eneas U de Queiroz2018-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>