buildroot/package/heirloom-mailx
Adam Duskett 9f145e4957 heirloom-mailx: add libressl support patch
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>
2017-10-21 21:28:13 +02:00
..
0001-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch
0002-fix-libressl-support.patch heirloom-mailx: add libressl support patch 2017-10-21 21:28:13 +02:00
Config.in
heirloom-mailx.hash
heirloom-mailx.mk