]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: krb5enc - do not select CRYPTO_NULL
authorEric Biggers <ebiggers@google.com>
Mon, 5 May 2025 19:10:42 +0000 (12:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 12 May 2025 05:32:53 +0000 (13:32 +0800)
commit0c08c72980ea8218e6b3829a4bc00664e55a4912
treeec0bac9bb602bfa81fb3cf790327feab5f34d2e2
parentd8aeec147affcb6cb65060ed5fe095a2d0fe8a20
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>
crypto/Kconfig