[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.32 and 1.33

version 1.32, 2002/03/17 20:25:56 version 1.33, 2002/03/18 01:12:14
Line 118 
Line 118 
 void    krb5_cleanup_proc(void *authctxt);  void    krb5_cleanup_proc(void *authctxt);
 #endif /* KRB5 */  #endif /* KRB5 */
   
 void    do_authentication(void);  Authctxt *do_authentication(void);
 void    do_authentication2(void);  Authctxt *do_authentication2(void);
   
 Authctxt *authctxt_new(void);  Authctxt *authctxt_new(void);
 void    auth_log(Authctxt *, int, char *, char *);  void    auth_log(Authctxt *, int, char *, char *);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33