diff mbox series

crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER

Message ID 20191117025324.22929-1-ebiggers@kernel.org (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER | expand

Commit Message

Eric Biggers Nov. 17, 2019, 2:53 a.m. UTC
From: Eric Biggers <ebiggers@google.com>

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>
---
 crypto/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ard Biesheuvel Nov. 17, 2019, 7:59 a.m. UTC | #1
On Sun, 17 Nov 2019 at 03:54, Eric Biggers <ebiggers@kernel.org> wrote:
>
> From: Eric Biggers <ebiggers@google.com>
>
> 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>

Thanks Eric

Acked-by: Ard Biesheuvel <ardb@kernel.org>

> ---
>  crypto/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/crypto/Kconfig b/crypto/Kconfig
> index 472c2ad36063..5575d48473bd 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
> --
> 2.24.0
>
Herbert Xu Nov. 22, 2019, 11:10 a.m. UTC | #2
On Sat, Nov 16, 2019 at 06:53:24PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> 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>
> ---
>  crypto/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
diff mbox series

Patch

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 472c2ad36063..5575d48473bd 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