提交 cd346d3e 编写于 作者: N Nils Larsch

fix signed vs. unsigned warning

上级 561d93aa
...@@ -216,8 +216,7 @@ int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c) ...@@ -216,8 +216,7 @@ int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c)
{ {
unsigned int bitoff = c->bitoff, unsigned int bitoff = c->bitoff,
byteoff = bitoff/8; byteoff = bitoff/8;
int i,j; size_t i,j,v;
size_t v;
unsigned char *p; unsigned char *p;
bitoff %= 8; bitoff %= 8;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册