=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/ssh/ssh.h 1999/12/01 13:59:15 1.27 +++ src/usr.bin/ssh/ssh.h 1999/12/01 16:54:35 1.28 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.27 1999/12/01 13:59:15 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.28 1999/12/01 16:54:35 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -685,6 +685,7 @@ int auth_krb4(const char *server_user, KTEXT auth, char **client); int krb4_init(uid_t uid); void krb4_cleanup_proc(void *ignore); +int auth_krb4_password(struct passwd * pw, const char *password); #ifdef AFS #include @@ -702,6 +703,7 @@ #ifdef SKEY #include char *skey_fake_keyinfo(char *username); +int auth_skey_password(struct passwd * pw, const char *password); #endif /* SKEY */ #endif /* SSH_H */