[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.6 and 1.7

version 1.6, 2000/11/15 22:31:36 version 1.7, 2000/12/19 23:17:54
Line 54 
Line 54 
   
 /* return 1 if access is granted, 0 if not. side effect: sets key option flags */  /* return 1 if access is granted, 0 if not. side effect: sets key option flags */
 int  int
 auth_parse_options(struct passwd *pw, char *options, unsigned long linenum)  auth_parse_options(struct passwd *pw, char *options, u_long linenum)
 {  {
         const char *cp;          const char *cp;
         if (!options)          if (!options)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7