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

Diff for /src/usr.bin/ssh/hmac.c between version 1.13 and 1.14

version 1.13, 2019/09/06 04:53:27 version 1.14, 2020/02/26 13:40:09
Line 128 
Line 128 
                         explicit_bzero(ctx->buf, ctx->buf_len);                          explicit_bzero(ctx->buf, ctx->buf_len);
                         free(ctx->buf);                          free(ctx->buf);
                 }                  }
                 explicit_bzero(ctx, sizeof(*ctx));                  freezero(ctx, sizeof(*ctx));
                 free(ctx);  
         }          }
 }  }
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14