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

Diff for /src/usr.bin/ssh/krl.c between version 1.22 and 1.23

version 1.22, 2015/01/08 10:14:08 version 1.23, 2015/01/12 14:05:19
Line 367 
Line 367 
                 }                  }
         }          }
         r = sshkey_to_blob(kcopy, blob, blen);          r = sshkey_to_blob(kcopy, blob, blen);
         free(kcopy);          sshkey_free(kcopy);
         return r;          return r;
 }  }
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23