u-boot/lib/crypt
Tom Rini 465bff8b10 Kconfig: Drop duplicate 'select SHA512' instances
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: e60e449931 ("lib: Drop SHA512_ALGO in lieu of SHA512")
Reported-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2021-09-09 11:11:33 -04:00
..
alg-sha256.h lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
alg-sha512.h lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
crypt-port.h lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
crypt-sha256.c lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
crypt-sha512.c lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
crypt.c lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
Kconfig Kconfig: Drop duplicate 'select SHA512' instances 2021-09-09 11:11:33 -04:00
Makefile lib: add crypt subsystem 2021-07-23 13:36:14 -04:00