9f145e4957
heirloom-mailx has two small issues when compiling against LibreSSL: - RAND_egd is used (LibreSSL does not support RAND_egd) Solution: "Guard" the code calling RAND_egd - SSLv3_client_method function is used (LibreSSL does not support SSLv3) Solution: "Guard" the code with #ifndef OPENSSL_NO_SSL3 Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
0001-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch | ||
0002-fix-libressl-support.patch | ||
Config.in | ||
heirloom-mailx.hash | ||
heirloom-mailx.mk |