summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index e41adc465..eec3ee90e 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1137,6 +1137,13 @@ config UCLIBC_HAS_CRYPT_IMPL
help
libcrypt contains crypt(), setkey() and encrypt()
+config UCLIBC_HAS_SHA512_CRYPT_IMPL
+ bool "libcrypt SHA512 support"
+ depends on UCLIBC_HAS_CRYPT_IMPL
+ help
+ This adds support for SHA512 password hashing via the crypt() function.
+ Say N here if you do not need SHA512 crypt support.
+
config UCLIBC_HAS_CRYPT_STUB
bool "libcrypt stubs"
default y