From 431f160b1e8adf387641ef33dfef5e93453755ec Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 1 Jul 2000 19:12:23 +0000 Subject: [PATCH] (krb5_verify): static-ize git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8503 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;