]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
lib: crypt: fix selecting a non-existent option
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Mon, 19 Sep 2022 09:14:49 +0000 (12:14 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 11 Oct 2022 19:40:48 +0000 (15:40 -0400)
The option SHA256_ALGO does not exist. Remove selecting it.

Fixes: 26dd9936574 ("lib: add crypt subsystem")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
lib/crypt/Kconfig

index a59d5c7d1d54ab1865c169d0eb823e3b7d9087cf..22af6834d93db7cf1fa214fc6120d1ddb6b5778b 100644 (file)
@@ -12,7 +12,6 @@ if CRYPT_PW
 config CRYPT_PW_SHA256
        bool "Provide sha256crypt"
        select SHA256
-       select SHA256_ALGO
        help
          Enables support for the sha256crypt password-hashing algorithm.
          The prefix is "$5$".