From e574f75d16374d3454bcb44b3fb9ab94f0f88765 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 13 Jul 2013 22:43:10 +0000 Subject: kernel: update to kernel 3.9.10 and refresh patches SVN-Revision: 37274 --- target/linux/generic/patches-3.9/260-crypto_test_dependencies.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.9/260-crypto_test_dependencies.patch') diff --git a/target/linux/generic/patches-3.9/260-crypto_test_dependencies.patch b/target/linux/generic/patches-3.9/260-crypto_test_dependencies.patch index 8cc15e4..a28f693 100644 --- a/target/linux/generic/patches-3.9/260-crypto_test_dependencies.patch +++ b/target/linux/generic/patches-3.9/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; -- cgit v1.1