* libmisc/salt.c: Removed l64a prototype. The libc declaration is

non static, but the internal definition is static.
This commit is contained in:
nekral-guest
2009-03-13 19:17:24 +00:00
parent 47a57bced1
commit 87da822c7f
2 changed files with 5 additions and 3 deletions

View File

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