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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.72 and 1.73

version 1.72, 2016/11/30 02:57:40 version 1.73, 2017/05/31 10:54:00
Line 116 
Line 116 
  * side effect: sets key option flags   * side effect: sets key option flags
  */   */
 int  int
 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)  auth_parse_options(struct passwd *pw, char *opts, const char *file,
       u_long linenum)
 {  {
         struct ssh *ssh = active_state;         /* XXX */          struct ssh *ssh = active_state;         /* XXX */
         const char *cp;          const char *cp;

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73