diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 4034be62d..0af6864ef 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -833,7 +833,7 @@ end_login(void) } #ifdef KRB5 -int +static int krb5_verify(struct passwd *pwd, char *passwd) { krb5_context context;