[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.59 and 1.60

version 1.59, 2007/08/23 03:06:10 version 1.60, 2007/09/21 08:15:29
Line 32 
Line 32 
   
 #include <openssl/rsa.h>  #include <openssl/rsa.h>
   
 #ifdef BSD_AUTH  
 #include <bsd_auth.h>  #include <bsd_auth.h>
 #endif  
 #ifdef KRB5  #ifdef KRB5
 #include <krb5.h>  #include <krb5.h>
 #endif  #endif
Line 56 
Line 54 
         struct passwd   *pw;            /* set if 'valid' */          struct passwd   *pw;            /* set if 'valid' */
         char            *style;          char            *style;
         void            *kbdintctxt;          void            *kbdintctxt;
 #ifdef BSD_AUTH  
         auth_session_t  *as;          auth_session_t  *as;
 #endif  
 #ifdef KRB5  #ifdef KRB5
         krb5_context     krb5_ctx;          krb5_context     krb5_ctx;
         krb5_ccache      krb5_fwd_ccache;          krb5_ccache      krb5_fwd_ccache;

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60