merge key exchange patch without rekeying support
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index 77317ae..a66b925 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -53,6 +53,7 @@ struct Authctxt {
        int              valid;         /* user exists and is allowed to login */
        int              attempt;
        int              failures;
+       int              server_caused_failure; 
        int              force_pwchange;
        char            *user;          /* username sent by the client */
        char            *service;