aboutsummaryrefslogtreecommitdiff
path: root/lib/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypt')
-rw-r--r--lib/crypt/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypt/Kconfig b/lib/crypt/Kconfig
index 5495ae8..6a50029 100644
--- a/lib/crypt/Kconfig
+++ b/lib/crypt/Kconfig
@@ -20,7 +20,7 @@ config CRYPT_PW_SHA256
config CRYPT_PW_SHA512
bool "Provide sha512crypt"
select SHA512
- select SHA512_ALGO
+ select SHA512
help
Enables support for the sha512crypt password-hashing algorithm.
The prefix is "$6$".