aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/150-libarchive-fix-libressl-compat.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools: cmake: fix compatibility with LibreSSL as wellJo-Philipp Wich2016-12-011-0/+22
Sadly, LibreSSL claims to be OpenSSL v2.0.0 while not providing the new interfaces introduced with OpenSSL v1.1.x, so extend the pre-OpenSSL 1.1.x compat checks to consider LibreSSL as well. Signed-off-by: Jo-Philipp Wich <jo@mein.io>