[BACK]Return to auth-options.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-options.h between version 1.20 and 1.21

version 1.20, 2010/05/07 11:30:29 version 1.21, 2015/01/14 10:30:34
Line 35 
Line 35 
   
 int     auth_parse_options(struct passwd *, char *, char *, u_long);  int     auth_parse_options(struct passwd *, char *, char *, u_long);
 void    auth_clear_options(void);  void    auth_clear_options(void);
 int     auth_cert_options(Key *, struct passwd *);  int     auth_cert_options(struct sshkey *, struct passwd *);
   
 #endif  #endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21