=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/ssh/auth.h 2002/03/17 20:25:56 1.32 +++ src/usr.bin/ssh/auth.h 2002/03/18 01:12:14 1.33 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.32 2002/03/17 20:25:56 provos Exp $ */ +/* $OpenBSD: auth.h,v 1.33 2002/03/18 01:12:14 provos Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -118,8 +118,8 @@ void krb5_cleanup_proc(void *authctxt); #endif /* KRB5 */ -void do_authentication(void); -void do_authentication2(void); +Authctxt *do_authentication(void); +Authctxt *do_authentication2(void); Authctxt *authctxt_new(void); void auth_log(Authctxt *, int, char *, char *);