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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.263 and 1.264

version 1.263, 2015/02/23 16:55:31 version 1.264, 2015/02/23 22:21:21
Line 825 
Line 825 
                 exit(1);                  exit(1);
         }          }
         if ((r = sshkey_load_public(identity_file, &public, &comment)) != 0)          if ((r = sshkey_load_public(identity_file, &public, &comment)) != 0)
                 debug("Error loading public key \"%s\": %s",                  debug2("Error loading public key \"%s\": %s",
                     identity_file, ssh_err(r));                      identity_file, ssh_err(r));
         else {          else {
                 fp = sshkey_fingerprint(public, fptype, rep);                  fp = sshkey_fingerprint(public, fptype, rep);

Legend:
Removed from v.1.263  
changed lines
  Added in v.1.264