]> 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)
commit488f084a2bd479224f423980c2a03922b94b72d7
tree35d9a0f997d23fcf04acc414076f2cba984f4c14
parentb0715fdb343810348d58f972e2daa0226dad9ecc
crypto: rmd320 - remove rmd320 in Makefile

Commit 24720e8cf96c ("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: 24720e8cf96c ("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