[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.262 and 1.263

version 1.262, 2015/02/16 22:08:57 version 1.263, 2015/02/23 16:55:31
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)
                 error("Error loading public key \"%s\": %s",                  debug("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.262  
changed lines
  Added in v.1.263