diff options
| author | Tom Rini <[email protected]> | 2021-09-08 21:23:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-08 21:23:55 -0400 |
| commit | 4412fd8ba2ce5945d04f4b181a96e05576c46bf2 (patch) | |
| tree | 68d860b82ae6b1023a52810481bd0263883505f9 /lib/crypt | |
| parent | 1c02fd4686e7bc17b583b55cc6f2e3e83f38b381 (diff) | |
| parent | 0b905e25813a0b4e368730a147dadc7f55150edc (diff) | |
Merge branch '2021-09-08-fix-FIT-hash-algos-in-SPL'
- Merge some fixes to how we enable hash algorithms for FIT images in
SPL. This fixes a few cases where we should have had some options
enabled, but did not. This also removes otherwise unused options in a
few other cases.
Diffstat (limited to 'lib/crypt')
| -rw-r--r-- | lib/crypt/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypt/Kconfig b/lib/crypt/Kconfig index 5495ae8d4cd..6a500296422 100644 --- a/lib/crypt/Kconfig +++ b/lib/crypt/Kconfig @@ -20,7 +20,7 @@ config CRYPT_PW_SHA256 config CRYPT_PW_SHA512 bool "Provide sha512crypt" select SHA512 - select SHA512_ALGO + select SHA512 help Enables support for the sha512crypt password-hashing algorithm. The prefix is "$6$". |
