summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-11-16 18:53:24 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-11-22 18:48:38 +0800
commitf7892b37070b1447ffb811d07427dce142a3538b (patch)
tree09afb6b476ff8d4e74e0635a9c0d09609c79316b
parentc6ff5284b798cc79fa4a70e97d2b748d6a2a7bfe (diff)
downloadlinux-crypto-f7892b37070b1447ffb811d07427dce142a3538b.tar.gz
linux-crypto-f7892b37070b1447ffb811d07427dce142a3538b.zip
crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
Another instance of CRYPTO_BLKCIPHER made it in just after it was renamed to CRYPTO_SKCIPHER. Fix it. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 472c2ad3..5575d484 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1487,7 +1487,7 @@ config CRYPTO_CHACHA20_X86_64
config CRYPTO_CHACHA_MIPS
tristate "ChaCha stream cipher algorithms (MIPS 32r2 optimized)"
depends on CPU_MIPS32_R2
- select CRYPTO_BLKCIPHER
+ select CRYPTO_SKCIPHER
select CRYPTO_ARCH_HAVE_LIB_CHACHA
config CRYPTO_SEED