[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.43 and 1.44

version 1.43, 2003/07/22 13:35:22 version 1.44, 2003/08/22 10:56:08
Line 67 
Line 67 
         krb5_principal   krb5_user;          krb5_principal   krb5_user;
         char            *krb5_ticket_file;          char            *krb5_ticket_file;
 #endif  #endif
           void            *methoddata;
 };  };
 /*  /*
  * Every authentication method has to handle authentication requests for   * Every authentication method has to handle authentication requests for

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44