diff mbox series

lib: crypt: fix selecting a non-existent option

Message ID 20220919091449.157856-1-oleksandr.suvorov@foundries.io
State Accepted
Delegated to: Tom Rini
Headers show
Series lib: crypt: fix selecting a non-existent option | expand

Commit Message

Oleksandr Suvorov Sept. 19, 2022, 9:14 a.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 11, 2022, 9:36 p.m. UTC | #1
On Mon, Sep 19, 2022 at 12:14:49PM +0300, Oleksandr Suvorov wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/lib/crypt/Kconfig b/lib/crypt/Kconfig
index a59d5c7d1d5..22af6834d93 100644
--- a/lib/crypt/Kconfig
+++ b/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$".