[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.53 and 1.54

version 1.53, 2006/04/20 09:27:09 version 1.54, 2006/07/06 16:03:53
Line 28 
Line 28 
 #ifndef AUTH_H  #ifndef AUTH_H
 #define AUTH_H  #define AUTH_H
   
 #include "key.h"  #include <sys/types.h>
 #include "hostfile.h"  
 #include <openssl/rsa.h>  #include <openssl/rsa.h>
   
   #include <pwd.h>
   
 #ifdef HAVE_LOGIN_CAP  #ifdef HAVE_LOGIN_CAP
 #include <login_cap.h>  #include <login_cap.h>
 #endif  #endif
Line 41 
Line 43 
 #ifdef KRB5  #ifdef KRB5
 #include <krb5.h>  #include <krb5.h>
 #endif  #endif
   
   #include "key.h"
   #include "hostfile.h"
   
 typedef struct Authctxt Authctxt;  typedef struct Authctxt Authctxt;
 typedef struct Authmethod Authmethod;  typedef struct Authmethod Authmethod;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54