]> andersk Git - openssh.git/blobdiff - auth.h
- (bal) OpenBSD CVS Update
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index ef392ace5ca6e60850492f294542ef33e364503a..4b029f9ccae99b1d35893fa4833848108eeb3f76 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -20,6 +20,8 @@
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $OpenBSD: auth.h,v 1.8 2000/12/28 14:25:51 markus Exp $
  */
 #ifndef AUTH_H
 #define AUTH_H
@@ -29,6 +31,7 @@ struct Authctxt {
        int success;
        int valid;
        int attempt;
+       int failures;
        char *user;
        char *service;
        struct passwd *pw;
This page took 0.047433 seconds and 4 git commands to generate.