=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- src/usr.bin/ssh/auth2.c 2001/06/23 15:12:17 1.66 +++ src/usr.bin/ssh/auth2.c 2001/06/25 20:26:37 1.67 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.66 2001/06/23 15:12:17 itojun Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.67 2001/06/25 20:26:37 stevesk Exp $"); #include @@ -76,7 +76,7 @@ /* helper */ static Authmethod *authmethod_lookup(const char *); -char *authmethods_get(void); +static char *authmethods_get(void); static int user_key_allowed(struct passwd *, Key *); static int hostbased_key_allowed(struct passwd *, const char *, char *, Key *); @@ -547,7 +547,7 @@ #define DELIM "," -char * +static char * authmethods_get(void) { Authmethod *method = NULL;