Bladeren bron

lib: crypt: fix selecting a non-existent option

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>
Oleksandr Suvorov 1 jaar geleden
bovenliggende
commit
36ecaa2ce8
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      lib/crypt/Kconfig

+ 0 - 1
lib/crypt/Kconfig

@@ -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$".