From 515a1fa55cda2b1d952872e1786857481bd54fcc Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Thu, 21 Feb 2019 14:48:31 +0100 Subject: backports: support 3.1 and 3.10 tegra kernels Changes specific to vendor kernels Signed-off-by: Dominik Sliwa --- patches/verify.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'patches/verify.patch') diff --git a/patches/verify.patch b/patches/verify.patch index ccc08a78..0a09fdbb 100644 --- a/patches/verify.patch +++ b/patches/verify.patch @@ -11,10 +11,13 @@ if (ret == -ENOMEM) --- a/compat/verification/x509_public_key.c +++ b/compat/verification/x509_public_key.c -@@ -13,11 +13,8 @@ +@@ -13,11 +13,11 @@ #include #include #include ++#if LINUX_VERSION_IS_LESS(3,17,0) ++#include ++#endif -#include -#include #include -- cgit v1.2.3