[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.32 and 1.33

version 1.32, 2014/06/24 01:13:21 version 1.33, 2015/12/10 17:08:40
Line 205 
Line 205 
                 DSA_SIG_free(sig);                  DSA_SIG_free(sig);
         if (b != NULL)          if (b != NULL)
                 sshbuf_free(b);                  sshbuf_free(b);
         if (ktype != NULL)          free(ktype);
                 free(ktype);  
         if (sigblob != NULL) {          if (sigblob != NULL) {
                 explicit_bzero(sigblob, len);                  explicit_bzero(sigblob, len);
                 free(sigblob);                  free(sigblob);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33