diff options
author | Denys Vlasenko | 2012-01-08 16:44:37 +0100 |
---|---|---|
committer | Denys Vlasenko | 2012-01-08 16:44:37 +0100 |
commit | d45efd3a9f6854ab662afe272aeae5779300b126 (patch) | |
tree | da55232b26da14f80665c5783f23c97dc94fb339 /loginutils/chpasswd.c | |
parent | 3e0c428c45fdb7ec51bd3c8ee1f072385d2e62ac (diff) | |
download | busybox-d45efd3a9f6854ab662afe272aeae5779300b126.zip busybox-d45efd3a9f6854ab662afe272aeae5779300b126.tar.gz |
passwd,cryptpw: make default encryption algorithm configurable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/chpasswd.c')
-rw-r--r-- | loginutils/chpasswd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index b7df57e..54ed737 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c @@ -20,6 +20,8 @@ //usage: "\n -m Use MD5 encryption instead of DES" //usage: ) +//TODO: implement -c ALGO + #if ENABLE_LONG_OPTS static const char chpasswd_longopts[] ALIGN1 = "encrypted\0" No_argument "e" |