]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 26 May 2022 09:35:47 +0000 (11:35 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2022 18:10:21 +0000 (11:10 -0700)
commit60e88199e4bfba93188bdbb64089d465a461ed73
tree1a9a74c3dbd6ecc758dca2bc88fa16548b761402
parentf65c4a38d12debdcd8fea0d06f05da9cc97f3829
crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE

When CRYPTO_LIB_POLY1305 is unset, CRYPTO_LIB_POLY1305_RSIZE
is still set in the Kconfig, cluttering things.

Fix this by making CRYPTO_LIB_POLY1305_RSIZE depend on
CRYPTO_LIB_POLY1305.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/crypto/Kconfig