* libmisc/salt.c: Removed l64a prototype. The libc declaration is
non static, but the internal definition is static.
This commit is contained in:
parent
47a57bced1
commit
87da822c7f
@ -1,3 +1,8 @@
|
|||||||
|
2009-03-13 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* libmisc/salt.c: Removed l64a prototype. The libc declaration is
|
||||||
|
non static, but the internal definition is static.
|
||||||
|
|
||||||
2009-03-09 Nicolas François <nicolas.francois@centraliens.net>
|
2009-03-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/gpasswd.c: log_gpasswd_success_gshadow only exists ifdef
|
* src/gpasswd.c: log_gpasswd_success_gshadow only exists ifdef
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
#include "getdef.h"
|
#include "getdef.h"
|
||||||
|
|
||||||
/* local function prototypes */
|
/* local function prototypes */
|
||||||
#ifndef HAVE_L64A
|
|
||||||
char *l64a(long value);
|
|
||||||
#endif /* !HAVE_L64A */
|
|
||||||
static void seedRNG (void);
|
static void seedRNG (void);
|
||||||
static char *gensalt (size_t salt_size);
|
static char *gensalt (size_t salt_size);
|
||||||
#ifdef USE_SHA_CRYPT
|
#ifdef USE_SHA_CRYPT
|
||||||
|
Loading…
Reference in New Issue
Block a user