diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-30 19:58:07 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-30 19:58:07 +0000 |
commit | 8723db212b448269de3734dd4055242155f0129b (patch) | |
tree | 64537a744386dc47552464a0d175c59e5a2a7edb /crypto/openssh/auth.h | |
parent | eae9de64eb36b90772270b9c05d68d06bdb2efbe (diff) |
Notes
Diffstat (limited to 'crypto/openssh/auth.h')
-rw-r--r-- | crypto/openssh/auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/auth.h b/crypto/openssh/auth.h index 83841b6591aa..1edc516ac518 100644 --- a/crypto/openssh/auth.h +++ b/crypto/openssh/auth.h @@ -49,6 +49,7 @@ typedef struct KbdintDevice KbdintDevice; struct Authctxt { int success; + int authenticated; /* authenticated and alarms cancelled */ int postponed; /* authentication needs another step */ int valid; /* user exists and is allowed to login */ int attempt; |