+2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
+
+ * src/chpasswd.c, src/chgpasswd.c: The crypt_method string always
+ points to a constant string. Add the const qualifier.
+
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* src/pwunconv.c: Remove prototype of l64a() (not used in
static int md5flg = 0;
static int sflg = 0;
-static char *crypt_method = NULL;
+static const char *crypt_method = NULL;
static long sha_rounds = 5000;
#ifdef SHADOWGRP
static int md5flg = 0;
static int sflg = 0;
-static char *crypt_method = NULL;
+static const char *crypt_method = NULL;
static long sha_rounds = 5000;
static int is_shadow_pwd;