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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.125 and 1.126

version 1.125, 2015/09/13 14:39:16 version 1.126, 2015/10/15 23:51:40
Line 376 
Line 376 
                         if (do_fp) {                          if (do_fp) {
                                 fp = sshkey_fingerprint(idlist->keys[i],                                  fp = sshkey_fingerprint(idlist->keys[i],
                                     fingerprint_hash, SSH_FP_DEFAULT);                                      fingerprint_hash, SSH_FP_DEFAULT);
                                 printf("%d %s %s (%s)\n",                                  printf("%u %s %s (%s)\n",
                                     sshkey_size(idlist->keys[i]),                                      sshkey_size(idlist->keys[i]),
                                     fp == NULL ? "(null)" : fp,                                      fp == NULL ? "(null)" : fp,
                                     idlist->comments[i],                                      idlist->comments[i],

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126