Revision 0d96e4bab2855a030077cc695a3563fd7cb0e7d8 authored by Herbert Xu on 18 December 2015, 11:16:57 UTC, committed by Herbert Xu on 22 December 2015, 12:40:01 UTC
This patch replaces uses of ablkcipher with the new skcipher
interface.

Cc: stable@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tested-by: <smueller@chronox.de>
1 parent 70d906b
Raw File
Kconfig
if X86
source "drivers/platform/x86/Kconfig"
endif
if MIPS
source "drivers/platform/mips/Kconfig"
endif
if GOLDFISH
source "drivers/platform/goldfish/Kconfig"
endif

source "drivers/platform/chrome/Kconfig"
back to top