mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
465bff8b10
When dropping SHA512_ALGO in general, we didn't catch some cases where
an option was selecting both SHA512 and SHA512_ALGO and caused them to
select SHA512 twice. Kconfig doesn't complain, but this is still wrong
and should be corrected.
Fixes:
|
||
---|---|---|
.. | ||
alg-sha256.h | ||
alg-sha512.h | ||
crypt-port.h | ||
crypt-sha256.c | ||
crypt-sha512.c | ||
crypt.c | ||
Kconfig | ||
Makefile |