mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
lib: crypt: fix selecting a non-existent option
The option SHA256_ALGO does not exist. Remove selecting it.
Fixes: 26dd993657
("lib: add crypt subsystem")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
This commit is contained in:
parent
35821a25c1
commit
36ecaa2ce8
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ if CRYPT_PW
|
||||||
config CRYPT_PW_SHA256
|
config CRYPT_PW_SHA256
|
||||||
bool "Provide sha256crypt"
|
bool "Provide sha256crypt"
|
||||||
select SHA256
|
select SHA256
|
||||||
select SHA256_ALGO
|
|
||||||
help
|
help
|
||||||
Enables support for the sha256crypt password-hashing algorithm.
|
Enables support for the sha256crypt password-hashing algorithm.
|
||||||
The prefix is "$5$".
|
The prefix is "$5$".
|
||||||
|
|
Loading…
Add table
Reference in a new issue