[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.3.2.3 and 1.3.2.4

version 1.3.2.3, 2001/03/12 15:44:17 version 1.3.2.4, 2001/03/21 18:53:15
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.3.2.3  
changed lines
  Added in v.1.3.2.4