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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.179 and 1.180

version 1.179, 2010/01/13 01:20:20 version 1.180, 2010/02/26 20:29:54
Line 1305 
Line 1305 
                 key = options.identity_keys[i];                  key = options.identity_keys[i];
                 if (key && key->type == KEY_RSA1)                  if (key && key->type == KEY_RSA1)
                         continue;                          continue;
                   if (key && key->cert && key->cert->type != SSH2_CERT_TYPE_USER)
                           continue;
                 options.identity_keys[i] = NULL;                  options.identity_keys[i] = NULL;
                 id = xcalloc(1, sizeof(*id));                  id = xcalloc(1, sizeof(*id));
                 id->key = key;                  id->key = key;

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180