[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.68 and 1.69

version 1.68, 2001/06/26 05:50:11 version 1.69, 2001/07/23 18:14:58
Line 668 
Line 668 
                 if (key_equal(found, key) &&                  if (key_equal(found, key) &&
                     auth_parse_options(pw, options, file, linenum) == 1) {                      auth_parse_options(pw, options, file, linenum) == 1) {
                         found_key = 1;                          found_key = 1;
                         debug("matching key found: file %s, line %ld",                          debug("matching key found: file %s, line %lu",
                             file, linenum);                              file, linenum);
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69