[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.49.2.3 and 1.49.2.4

version 1.49.2.3, 2002/06/26 15:30:39 version 1.49.2.4, 2002/10/11 14:51:53
Line 251 
Line 251 
          * load the private key.  Try first with empty passphrase; if it           * load the private key.  Try first with empty passphrase; if it
          * fails, ask for a passphrase.           * fails, ask for a passphrase.
          */           */
         if (public->flags && KEY_FLAG_EXT)          if (public->flags & KEY_FLAG_EXT)
                 private = public;                  private = public;
         else          else
                 private = key_load_private_type(KEY_RSA1, authfile, "", NULL);                  private = key_load_private_type(KEY_RSA1, authfile, "", NULL);

Legend:
Removed from v.1.49.2.3  
changed lines
  Added in v.1.49.2.4