summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--umac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/umac.h b/umac.h
index fcd3ad18..37ac96a2 100644
--- a/umac.h
+++ b/umac.h
@@ -88,8 +88,8 @@ extern "C" {
/* Buffering */
#define _UMAC_BUFFER \
- /* Complete blocks processed */ \
unsigned index; \
+ /* Complete blocks processed */ \
uint64_t count; \
uint8_t block[UMAC_BLOCK_SIZE]