[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.64 and 1.65

version 1.64, 2010/02/26 20:29:54 version 1.65, 2010/03/04 10:36:03
Line 148 
Line 148 
 char    *authorized_keys_file2(struct passwd *);  char    *authorized_keys_file2(struct passwd *);
   
 FILE    *auth_openkeyfile(const char *, struct passwd *, int);  FILE    *auth_openkeyfile(const char *, struct passwd *, int);
   int      auth_key_is_revoked(Key *);
   
 HostStatus  HostStatus
 check_key_in_hostfiles(struct passwd *, Key *, const char *,  check_key_in_hostfiles(struct passwd *, Key *, const char *,

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65