mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 15:13:44 -04:00
crypto: krb5enc - do not select CRYPTO_NULL
The krb5enc code does not use any of the so-called "null algorithms", so it does not need to select CRYPTO_NULL. Presumably this unused dependency got copied from one of the other kconfig options. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -239,7 +239,6 @@ config CRYPTO_KRB5ENC
|
|||||||
select CRYPTO_SKCIPHER
|
select CRYPTO_SKCIPHER
|
||||||
select CRYPTO_MANAGER
|
select CRYPTO_MANAGER
|
||||||
select CRYPTO_HASH
|
select CRYPTO_HASH
|
||||||
select CRYPTO_NULL
|
|
||||||
help
|
help
|
||||||
Combined hash and cipher support for Kerberos 5 RFC3961 simplified
|
Combined hash and cipher support for Kerberos 5 RFC3961 simplified
|
||||||
profile. This is required for Kerberos 5-style encryption, used by
|
profile. This is required for Kerberos 5-style encryption, used by
|
||||||
|
|||||||
Reference in New Issue
Block a user