commit | 8bdc2a190105e862dfe7a4033f2fd385b7e58ae8 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Thu May 26 11:35:47 2022 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri May 27 11:10:21 2022 -0700 |
tree | 1a9a74c3dbd6ecc758dca2bc88fa16548b761402 | |
parent | e68b823ab0ba03323805e54743d16200ba0224d4 [diff] |
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>