summaryrefslogtreecommitdiff
path: root/patches/crypto-skcipher.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-09-17 18:58:10 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-09-21 15:16:55 +0200
commit0acb6552992e7fb62b24a5ed48f46250fdff0494 (patch)
tree15719bb5e469848c50cae42aaa533c355ba04dbe /patches/crypto-skcipher.patch
parent75ed12f298e69fcf618aeeefe89e507f8cfac87a (diff)
patches: refresh patches on v4.14-rc1
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'patches/crypto-skcipher.patch')
-rw-r--r--patches/crypto-skcipher.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/crypto-skcipher.patch b/patches/crypto-skcipher.patch
index c7584c63..99eedb24 100644
--- a/patches/crypto-skcipher.patch
+++ b/patches/crypto-skcipher.patch
@@ -1,8 +1,8 @@
--- a/compat/crypto-skcipher.c
+++ b/compat/crypto-skcipher.c
-@@ -18,7 +18,28 @@
- #include <linux/bug.h>
- #include <linux/module.h>
+@@ -26,7 +26,28 @@
+ #include <linux/seq_file.h>
+ #include <net/netlink.h>
-#include "internal.h"
+struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
@@ -28,5 +28,5 @@
+ return req->base.flags;
+}
- static unsigned int crypto_skcipher_extsize(struct crypto_alg *alg)
- {
+ enum {
+ SKCIPHER_WALK_PHYS = 1 << 0,