[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.21 and 1.22

version 1.21, 2015/01/14 10:30:34 version 1.22, 2016/11/30 02:57:40
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(struct sshkey *, struct passwd *);  int     auth_cert_options(struct sshkey *, struct passwd *, const char **);
   
 #endif  #endif

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