From 00c89a3673af923353905a0a2a0321bc112be98c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 16 Jun 2022 15:38:15 -0400 Subject: lib: Function `crypt` does not need to be declared mid function Signed-off-by: Donald Sharp --- lib/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index c4db045633..cbecc81574 100644 --- a/lib/command.c +++ b/lib/command.c @@ -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); -- cgit v1.2.3