* 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:
nekral-guest
2011-08-14 14:37:17 +00:00
parent e2bdb4ff83
commit a9c38f4902
6 changed files with 9 additions and 5 deletions

View File

@ -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;