diff options
-rw-r--r-- | lib/command.c | 1 | ||||
-rw-r--r-- | lib/vty.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/command.c b/lib/command.c index c4db04563..cbecc8157 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); @@ -382,7 +382,6 @@ static void vty_auth(struct vty *vty, char *buf) char *passwd = NULL; enum node_type next_node = 0; int fail; - char *crypt(const char *, const char *); switch (vty->node) { case AUTH_NODE: |