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

Diff for /src/usr.bin/ssh/ssh-dss.c between version 1.38 and 1.39

version 1.38, 2018/09/13 02:08:33 version 1.39, 2020/02/26 13:40:09
Line 192 
Line 192 
         BN_clear_free(sig_s);          BN_clear_free(sig_s);
         sshbuf_free(b);          sshbuf_free(b);
         free(ktype);          free(ktype);
         if (sigblob != NULL) {          if (sigblob != NULL)
                 explicit_bzero(sigblob, len);                  freezero(sigblob, len);
                 free(sigblob);  
         }  
         return ret;          return ret;
 }  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39