* src/chgpasswd.c: Add splint annotations.
* src/chpasswd.c: Likewise. * src/newusers.c: Likewise. * libmisc/salt.c, lib/prototypes.h (crypt_make_salt): Likewise.
This commit is contained in:
@ -75,7 +75,7 @@ const char *Prog;
|
||||
static bool rflg = false; /* create a system account */
|
||||
#ifndef USE_PAM
|
||||
static bool cflg = false;
|
||||
static char *crypt_method = NULL;
|
||||
static /*@null@*//*@observer@*/char *crypt_method = NULL;
|
||||
#ifdef USE_SHA_CRYPT
|
||||
static bool sflg = false;
|
||||
static long sha_rounds = 5000;
|
||||
|
Reference in New Issue
Block a user