Loading crypto/whrlpool/wp_dgst.c +1 −2 Original line number Diff line number Diff line Loading @@ -216,8 +216,7 @@ int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c) { unsigned int bitoff = c->bitoff, byteoff = bitoff/8; int i,j; size_t v; size_t i,j,v; unsigned char *p; bitoff %= 8; Loading Loading
crypto/whrlpool/wp_dgst.c +1 −2 Original line number Diff line number Diff line Loading @@ -216,8 +216,7 @@ int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c) { unsigned int bitoff = c->bitoff, byteoff = bitoff/8; int i,j; size_t v; size_t i,j,v; unsigned char *p; bitoff %= 8; Loading