diff options
Diffstat (limited to 'loginutils/cryptpw.c')
-rw-r--r-- | loginutils/cryptpw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index 3dc8232..75769c8 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c @@ -10,14 +10,14 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config CRYPTPW -//config: bool "cryptpw" +//config: bool "cryptpw (14 kb)" //config: default y //config: help //config: Encrypts the given password with the crypt(3) libc function //config: using the given salt. //config: //config:config MKPASSWD -//config: bool "mkpasswd" +//config: bool "mkpasswd (15 kb)" //config: default y //config: help //config: Encrypts the given password with the crypt(3) libc function |