]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: rmd320 - remove rmd320 in Makefile
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 16 Aug 2021 12:44:33 +0000 (14:44 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Aug 2021 08:30:18 +0000 (16:30 +0800)
commit3105204d3eedc53b1621cc1d2f4ca01546fb937b
tree35d9a0f997d23fcf04acc414076f2cba984f4c14
parentb0521b0bde7c597903ee373993a5191278980895
crypto: rmd320 - remove rmd320 in Makefile

Commit cafbd71df7f5 ("crypto: rmd320 - remove RIPE-MD 320 hash algorithm")
removes the Kconfig and code, but misses to adjust the Makefile.

Hence, ./scripts/checkkconfigsymbols.py warns:

CRYPTO_RMD320
Referencing files: crypto/Makefile

Remove the missing piece of this code removal.

Fixes: cafbd71df7f5 ("crypto: rmd320 - remove RIPE-MD 320 hash algorithm")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile