[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.45 and 1.46

version 1.45, 2003/08/26 09:58:43 version 1.46, 2003/08/28 12:54:34
Line 62 
Line 62 
 #endif  #endif
 #ifdef KRB5  #ifdef KRB5
         krb5_context     krb5_ctx;          krb5_context     krb5_ctx;
         krb5_auth_context krb5_auth_ctx;  
         krb5_ccache      krb5_fwd_ccache;          krb5_ccache      krb5_fwd_ccache;
         krb5_principal   krb5_user;          krb5_principal   krb5_user;
         char            *krb5_ticket_file;          char            *krb5_ticket_file;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46