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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| alg-sha256.h | ||
| alg-sha512.h | ||
| crypt-port.h | ||
| crypt-sha256.c | ||
| crypt-sha512.c | ||
| crypt.c | ||