[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.22 and 1.23

version 1.22, 2016/11/30 02:57:40 version 1.23, 2017/05/31 10:54:00
Line 33 
Line 33 
 extern int key_is_cert_authority;  extern int key_is_cert_authority;
 extern char *authorized_principals;  extern char *authorized_principals;
   
 int     auth_parse_options(struct passwd *, char *, char *, u_long);  int     auth_parse_options(struct passwd *, char *, const char *, u_long);
 void    auth_clear_options(void);  void    auth_clear_options(void);
 int     auth_cert_options(struct sshkey *, struct passwd *, const char **);  int     auth_cert_options(struct sshkey *, struct passwd *, const char **);
   

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