Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'loginutils/cryptpw.c')
-rw-r--r--loginutils/cryptpw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c
index 2109e2eb5..1c338540f 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 (14 kb)"
+//config: bool "cryptpw (15 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 (15 kb)"
+//config: bool "mkpasswd (16 kb)"
//config: default y
//config: help
//config: Encrypts the given password with the crypt(3) libc function