summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index c69de34e5..adbfdd2e5 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.52 2006/03/25 22:22:42 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.53 2006/04/20 09:27:09 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -48,7 +48,7 @@ typedef struct Authmethod Authmethod;
48typedef struct KbdintDevice KbdintDevice; 48typedef struct KbdintDevice KbdintDevice;
49 49
50struct Authctxt { 50struct Authctxt {
51 int success; 51 sig_atomic_t success;
52 int postponed; /* authentication needs another step */ 52 int postponed; /* authentication needs another step */
53 int valid; /* user exists and is allowed to login */ 53 int valid; /* user exists and is allowed to login */
54 int attempt; 54 int attempt;