]> andersk Git - openssh.git/blobdiff - auth.h
- djm@cvs.openbsd.org 2006/04/20 09:27:09
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index c69de34e5066ecf0859b3ca7735dd06069290695..adbfdd2e589ea3dfa0392d7c26feae5277aefa1b 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.52 2006/03/25 22:22:42 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.53 2006/04/20 09:27:09 djm Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -48,7 +48,7 @@ typedef struct Authmethod Authmethod;
 typedef struct KbdintDevice KbdintDevice;
 
 struct Authctxt {
-       int              success;
+       sig_atomic_t     success;
        int              postponed;     /* authentication needs another step */
        int              valid;         /* user exists and is allowed to login */
        int              attempt;
This page took 0.031857 seconds and 4 git commands to generate.