summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-07-01 13:21:06 +0000
committerJonas Gorski <jogo@openwrt.org>2013-07-01 13:21:06 +0000
commit96f8c15a36dbdde14df63e2e7dfea7a819716428 (patch)
treefe53bc1a1631dfd020746d97fea1de756b26f5e0 /target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch
parent7e19bb1854415df8fb65c017a0d2d64fd6a83bd1 (diff)
downloadmaster-31e0f0ae-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.gz
master-31e0f0ae-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.bz2
master-31e0f0ae-96f8c15a36dbdde14df63e2e7dfea7a819716428.zip
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37116
Diffstat (limited to 'target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch')
-rw-r--r--target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch b/target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch
index 8cc15e470b..a28f69308c 100644
--- a/target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch
+++ b/target/linux/generic/patches-3.10/260-crypto_test_dependencies.patch
@@ -17,7 +17,7 @@
tristate "Userspace cryptographic algorithm configuration"
--- a/crypto/algboss.c
+++ b/crypto/algboss.c
-@@ -247,6 +247,9 @@ static int cryptomgr_schedule_test(struc
+@@ -248,6 +248,9 @@ static int cryptomgr_schedule_test(struc
type = alg->cra_flags;
/* This piece of crap needs to disappear into per-type test hooks. */
@@ -27,7 +27,7 @@
if ((!((type ^ CRYPTO_ALG_TYPE_BLKCIPHER) &
CRYPTO_ALG_TYPE_BLKCIPHER_MASK) && !(type & CRYPTO_ALG_GENIV) &&
((alg->cra_flags & CRYPTO_ALG_TYPE_MASK) ==
-@@ -255,6 +258,7 @@ static int cryptomgr_schedule_test(struc
+@@ -256,6 +259,7 @@ static int cryptomgr_schedule_test(struc
(!((type ^ CRYPTO_ALG_TYPE_AEAD) & CRYPTO_ALG_TYPE_MASK) &&
alg->cra_type == &crypto_nivaead_type && alg->cra_aead.ivsize))
type |= CRYPTO_ALG_TESTED;