* libmisc/salt.c: Removed l64a prototype. The libc declaration is
non static, but the internal definition is static.
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
#include "getdef.h"
|
||||
|
||||
/* local function prototypes */
|
||||
#ifndef HAVE_L64A
|
||||
char *l64a(long value);
|
||||
#endif /* !HAVE_L64A */
|
||||
static void seedRNG (void);
|
||||
static char *gensalt (size_t salt_size);
|
||||
#ifdef USE_SHA_CRYPT
|
||||
|
||||
Reference in New Issue
Block a user