=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- src/usr.bin/ssh/auth2.c 2001/04/18 22:03:44 1.53 +++ src/usr.bin/ssh/auth2.c 2001/04/18 22:48:26 1.54 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.53 2001/04/18 22:03:44 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.54 2001/04/18 22:48:26 markus Exp $"); #include @@ -78,7 +78,7 @@ char *authmethods_get(void); int user_key_allowed(struct passwd *pw, Key *key); int -hostbased_key_allowed(struct passwd *pw, const char *cuser, const char *chost, +hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, Key *key); /* auth */ @@ -734,7 +734,7 @@ /* return 1 if given hostkey is allowed */ int -hostbased_key_allowed(struct passwd *pw, const char *cuser, const char *chost, +hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, Key *key) { Key *found;