getdns: fix compilation without deprecated OpenSSL APIs
authorRosen Penev <redacted>
Tue, 7 Jul 2020 21:57:59 +0000 (14:57 -0700)
committerRosen Penev <redacted>
Tue, 7 Jul 2020 21:57:59 +0000 (14:57 -0700)
commit26c7488d358f63e66c0add394c445026245f8cfe
tree6f77a695d796b76a89dee5692b38a45f39ad6c97
parent130f2deb0e6351bfae0242b6d1c6fd88e0607e8f
getdns: fix compilation without deprecated OpenSSL APIs

Since DSA is enabled, dsa.h is needed. Normally this header is included
implicitly with engine.h but with OPENSSL_API_COMPAT >= 0x10100000L ,
this is not so.

Signed-off-by: Rosen Penev <redacted>
libs/getdns/patches/010-openssl-deprecated.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT