[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.86 and 1.87

version 1.86, 2015/12/04 16:41:28 version 1.87, 2016/03/07 19:02:43
Line 171 
Line 171 
 FILE    *auth_openprincipals(const char *, struct passwd *, int);  FILE    *auth_openprincipals(const char *, struct passwd *, int);
 int      auth_key_is_revoked(Key *);  int      auth_key_is_revoked(Key *);
   
   const char      *auth_get_canonical_hostname(struct ssh *, int);
   
 HostStatus  HostStatus
 check_key_in_hostfiles(struct passwd *, Key *, const char *,  check_key_in_hostfiles(struct passwd *, Key *, const char *,
     const char *, const char *);      const char *, const char *);

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87