aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-11-11 23:30:30 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-12-05 21:24:57 +0100
commit3a9d70a32ea5bbc2c13370cc5cf253fce4c51d20 (patch)
tree8c03a024f522a8d677d7f33492a41dee1c982269
parent77e0ad9a910656a305c95c7829e6343b0e291308 (diff)
downloadbackports-3a9d70a32ea5bbc2c13370cc5cf253fce4c51d20.tar.gz
backports: Remove crypto/akcipher.hv5.10-rc6-1
crypto/akcipher.h is only used by code which was anyway removed in the patches/verify.patch patch from include/crypto/backport-public_key.h. Remove the include, because is not available on older kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--patches/verify.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/patches/verify.patch b/patches/verify.patch
index f76b6bf5..f1faff55 100644
--- a/patches/verify.patch
+++ b/patches/verify.patch
@@ -64,7 +64,15 @@
struct x509_certificate *signer; /* Certificate that signed this one */
--- a/include/crypto/backport-public_key.h
+++ b/include/crypto/backport-public_key.h
-@@ -53,34 +53,6 @@ extern void public_key_signature_free(st
+@@ -12,7 +12,6 @@
+
+ #include <linux/keyctl.h>
+ #include <linux/oid_registry.h>
+-#include <crypto/akcipher.h>
+
+ /*
+ * Cryptographic data for the public-key subtype of the asymmetric key type.
+@@ -53,34 +52,6 @@ extern void public_key_signature_free(st
extern struct asymmetric_key_subtype public_key_subtype;