[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.40 and 1.41

version 1.40, 2002/09/09 06:48:06 version 1.41, 2002/09/26 11:38:43
Line 113 
Line 113 
   
 #ifdef KRB4  #ifdef KRB4
 #include <krb.h>  #include <krb.h>
 int     auth_krb4(Authctxt *, KTEXT, char **);  int     auth_krb4(Authctxt *, KTEXT, char **, KTEXT);
 int     auth_krb4_password(Authctxt *, const char *);  int     auth_krb4_password(Authctxt *, const char *);
 void    krb4_cleanup_proc(void *);  void    krb4_cleanup_proc(void *);
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41