mkimage: fix openssl 1.1.x compat fix with libressl
authorFelix Fietkau <nbd@nbd.name>
Wed, 30 Nov 2016 19:24:31 +0000 (20:24 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 30 Nov 2016 19:24:33 +0000 (20:24 +0100)
commite678c9f764c37f963e6667777b6a05bddcf05ea5
treea97338edcf49ccc4686929d07525762891c20804
parent70b104f98c0657323b28fce140b73a94bf3eb756
mkimage: fix openssl 1.1.x compat fix with libressl

libressl sets OPENSSL_VERSION_NUMBER to 0x20000000L, which breaks API
checks based on it.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/mkimage/patches/210-openssl-1.1.x-compat.patch