summaryrefslogtreecommitdiff
path: root/src/gf_w128.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gf_w128.c')
-rw-r--r--src/gf_w128.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gf_w128.c b/src/gf_w128.c
index 81999cb..b1e3d92 100644
--- a/src/gf_w128.c
+++ b/src/gf_w128.c
@@ -49,7 +49,7 @@ void
gf_w128_multiply_region_from_single(gf_t *gf, void *src, void *dest, gf_val_128_t val, int bytes,
int xor)
{
- int i;
+ uint32_t i;
gf_val_128_t s128;
gf_val_128_t d128;
uint64_t c128[2];
@@ -87,7 +87,7 @@ void
gf_w128_clm_multiply_region_from_single(gf_t *gf, void *src, void *dest, gf_val_128_t val, int bytes,
int xor)
{
- int i;
+ uint32_t i;
gf_val_128_t s128;
gf_val_128_t d128;
gf_region_data rd;