summaryrefslogtreecommitdiff
path: root/umac.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-04-18 10:58:49 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-04-18 10:58:49 +0200
commitf5987616ff757d0bf84e72e209d4591d1bf65930 (patch)
tree102d5d914a858ef2cdd67d9e6a12f51e94d5bf00 /umac.h
parentfa4f422b89e4898f5a514f8934f7abfe353f30d4 (diff)
downloadnettle-f5987616ff757d0bf84e72e209d4591d1bf65930.tar.gz
Comment fix.
Diffstat (limited to 'umac.h')
-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]