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

Diff for /src/usr.bin/ssh/Attic/sshconnect1.c between version 1.27 and 1.28

version 1.27, 2001/02/15 23:19:59 version 1.28, 2001/03/08 21:42:33
Line 1017 
Line 1017 
   
                 /* Try RSA authentication for each identity. */                  /* Try RSA authentication for each identity. */
                 for (i = 0; i < options.num_identity_files; i++)                  for (i = 0; i < options.num_identity_files; i++)
                         if (options.identity_files_type[i] == KEY_RSA1 &&                          if (options.identity_keys[i] != NULL &&
                               options.identity_keys[i]->type == KEY_RSA1 &&
                             try_rsa_authentication(options.identity_files[i]))                              try_rsa_authentication(options.identity_files[i]))
                                 return;                                  return;
         }          }

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28