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

Diff for /src/usr.bin/ssh/auth2.c between version 1.30 and 1.31

version 1.30, 2001/01/20 15:55:20 version 1.31, 2001/01/20 17:34:25
Line 515 
Line 515 
 int  int
 user_key_allowed(struct passwd *pw, Key *key)  user_key_allowed(struct passwd *pw, Key *key)
 {  {
         char line[8192], file[MAXPATHNAME];          char line[8192], file[MAXPATHLEN];
         int found_key = 0;          int found_key = 0;
         FILE *f;          FILE *f;
         u_long linenum = 0;          u_long linenum = 0;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31