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

Diff for /src/usr.bin/ssh/ssh-keysign.c between version 1.52 and 1.53

version 1.52, 2016/02/15 09:47:49 version 1.53, 2018/02/07 22:52:45
Line 148 
Line 148 
   
         debug3("%s: fail %d", __func__, fail);          debug3("%s: fail %d", __func__, fail);
   
         if (fail && key != NULL)          if (fail)
                 sshkey_free(key);                  sshkey_free(key);
         else if (ret != NULL)          else if (ret != NULL)
                 *ret = key;                  *ret = key;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53