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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.75 and 1.76

version 1.75, 2010/04/16 01:47:26 version 1.76, 2010/05/11 02:58:04
Line 253 
Line 253 
                  */                   */
                 if (!auth_parse_options(pw, key_options, file, linenum))                  if (!auth_parse_options(pw, key_options, file, linenum))
                         continue;                          continue;
                   if (key_is_cert_authority)
                           continue;
                 /* break out, this key is allowed */                  /* break out, this key is allowed */
                 allowed = 1;                  allowed = 1;
                 break;                  break;

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76