[BACK]Return to auth.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.h between version 1.96 and 1.97

version 1.96, 2018/04/10 00:10:49 version 1.97, 2019/01/19 21:38:24
Line 147 
Line 147 
 void    krb5_cleanup_proc(Authctxt *authctxt);  void    krb5_cleanup_proc(Authctxt *authctxt);
 #endif /* KRB5 */  #endif /* KRB5 */
   
 void    do_authentication2(Authctxt *);  void    do_authentication2(struct ssh *);
   
 void    auth_log(Authctxt *, int, int, const char *, const char *);  void    auth_log(Authctxt *, int, int, const char *, const char *);
 void    auth_maxtries_exceeded(Authctxt *) __attribute__((noreturn));  void    auth_maxtries_exceeded(Authctxt *) __attribute__((noreturn));

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97