aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/crypt/Kconfig1
1 files changed, 0 insertions, 1 deletions
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$".