From 13dfa7a8b8423e2561302f741323baa4a2de9afd Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 31 Jul 2021 16:28:33 +0800 Subject: [PATCH] ramips: remove eip 5.4 patch --- .../ramips/patches-5.4/999-crypto-eip93-fix.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 target/linux/ramips/patches-5.4/999-crypto-eip93-fix.patch diff --git a/target/linux/ramips/patches-5.4/999-crypto-eip93-fix.patch b/target/linux/ramips/patches-5.4/999-crypto-eip93-fix.patch deleted file mode 100644 index 7f3b0cdb4..000000000 --- a/target/linux/ramips/patches-5.4/999-crypto-eip93-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/include/linux/crypto.h 2021-06-23 20:42:55.000000000 +0800 -+++ b/include/linux/crypto.h 2021-07-31 00:41:29.404278501 +0800 -@@ -101,6 +101,11 @@ - #define CRYPTO_NOLOAD 0x00008000 - - /* -+ * Transform masks and values (for crt_flags). -+ */ -+#define CRYPTO_TFM_RES_BAD_KEY_LEN 0x00200000 -+ -+/* - * The algorithm may allocate memory during request processing, i.e. during - * encryption, decryption, or hashing. Users can request an algorithm with this - * flag unset if they can't handle memory allocation failures.