OSDN Git Service

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)
commitff1469a21df5a2e981dd2f78e96e412fecb3ba59
tree35d9a0f997d23fcf04acc414076f2cba984f4c14
parentabfc7fad63940b8dfdfd25da6f0fa813d9561645
crypto: rmd320 - remove rmd320 in Makefile

Commit 93f64202926f ("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: 93f64202926f ("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