Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eric Biggers and committed by
Herbert Xu
0c08c729 d8aeec14

-1
-1
crypto/Kconfig
··· 239 239 select CRYPTO_SKCIPHER 240 240 select CRYPTO_MANAGER 241 241 select CRYPTO_HASH 242 - select CRYPTO_NULL 243 242 help 244 243 Combined hash and cipher support for Kerberos 5 RFC3961 simplified 245 244 profile. This is required for Kerberos 5-style encryption, used by