mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:07:46 +00:00
lib: Function crypt
does not need to be declared mid function
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
6fd04fda31
commit
00c89a3673
@ -429,7 +429,6 @@ static char *zencrypt(const char *passwd)
|
||||
{
|
||||
char salt[6];
|
||||
struct timeval tv;
|
||||
char *crypt(const char *, const char *);
|
||||
|
||||
gettimeofday(&tv, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user