=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor_wrap.h,v retrieving revision 1.5.2.2 retrieving revision 1.6 diff -u -r1.5.2.2 -r1.6 --- src/usr.bin/ssh/monitor_wrap.h 2002/10/11 14:53:06 1.5.2.2 +++ src/usr.bin/ssh/monitor_wrap.h 2002/06/30 21:59:45 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.h,v 1.5.2.2 2002/10/11 14:53:06 miod Exp $ */ +/* $OpenBSD: monitor_wrap.h,v 1.6 2002/06/30 21:59:45 deraadt Exp $ */ /* * Copyright 2002 Niels Provos @@ -78,16 +78,6 @@ /* skey */ int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **); int mm_skey_respond(void *, u_int, char **); - -/* auth_krb */ -#ifdef KRB4 -int mm_auth_krb4(struct Authctxt *, void *, char **, void *); -#endif -#ifdef KRB5 -/* auth and reply are really krb5_data objects, but we don't want to - * include all of the krb5 headers here */ -int mm_auth_krb5(void *authctxt, void *auth, char **client, void *reply); -#endif /* zlib allocation hooks */