From c3bdb89e61084278a598d5af15da274cada1ecc6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 4 Jul 2018 19:41:26 +0200 Subject: kernel: remove linux 4.4 support Signed-off-by: Felix Fietkau --- .../generic/pending-4.4/211-sign-file-libressl.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/generic/pending-4.4/211-sign-file-libressl.patch (limited to 'target/linux/generic/pending-4.4/211-sign-file-libressl.patch') diff --git a/target/linux/generic/pending-4.4/211-sign-file-libressl.patch b/target/linux/generic/pending-4.4/211-sign-file-libressl.patch deleted file mode 100644 index c174087..0000000 --- a/target/linux/generic/pending-4.4/211-sign-file-libressl.patch +++ /dev/null @@ -1,16 +0,0 @@ -LibreSSL disables the CMS subsystem, so sign-file.c needs to fall back to using -PKCS#7 in that case. - -Signed-off-by: Felix Fietkau - ---- a/scripts/sign-file.c -+++ b/scripts/sign-file.c -@@ -39,7 +39,7 @@ - * signing with anything other than SHA1 - so we're stuck with that if such is - * the case. - */ --#if OPENSSL_VERSION_NUMBER < 0x10000000L -+#if defined(LIBRESSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10000000L - #define USE_PKCS7 - #endif - #ifndef USE_PKCS7 -- cgit v1.1