=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.51.2.1 retrieving revision 1.52 diff -u -r1.51.2.1 -r1.52 --- src/usr.bin/ssh/auth.h 2006/10/06 03:19:32 1.51.2.1 +++ src/usr.bin/ssh/auth.h 2006/03/25 22:22:42 1.52 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.51.2.1 2006/10/06 03:19:32 brad Exp $ */ +/* $OpenBSD: auth.h,v 1.52 2006/03/25 22:22:42 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -28,8 +28,8 @@ #ifndef AUTH_H #define AUTH_H -#include - +#include "key.h" +#include "hostfile.h" #include #ifdef HAVE_LOGIN_CAP @@ -47,8 +47,7 @@ typedef struct KbdintDevice KbdintDevice; struct Authctxt { - sig_atomic_t success; - int authenticated; /* authenticated and alarms cancelled */ + int success; int postponed; /* authentication needs another step */ int valid; /* user exists and is allowed to login */ int attempt;