summaryrefslogtreecommitdiff
path: root/patches/crypto-ccm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/crypto-ccm.patch')
-rw-r--r--patches/crypto-ccm.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/crypto-ccm.patch b/patches/crypto-ccm.patch
index fe750005..8bdea3db 100644
--- a/patches/crypto-ccm.patch
+++ b/patches/crypto-ccm.patch
@@ -13,7 +13,7 @@
+#include <linux/version.h>
-#include "internal.h"
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)
++#if LINUX_VERSION_IS_LESS(3,13,0)
+/* consider properly backporting this? */
+static int crypto_memneq(const void *a, const void *b, size_t size)
+{