From d45efd3a9f6854ab662afe272aeae5779300b126 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 8 Jan 2012 16:44:37 +0100 Subject: passwd,cryptpw: make default encryption algorithm configurable Signed-off-by: Denys Vlasenko --- loginutils/chpasswd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loginutils/chpasswd.c') diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index b7df57e5d..54ed73795 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" -- cgit v1.2.3