summaryrefslogtreecommitdiff
path: root/lib/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mac.c')
-rw-r--r--lib/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mac.c b/lib/mac.c
index f07d38df..6c9cc743 100644
--- a/lib/mac.c
+++ b/lib/mac.c
@@ -173,7 +173,7 @@ hmac_final(struct mac_context *ctx)
{ \
name, size/8, sizeof(struct vx##_context), \
vx##_mac_init, vx##_mac_update, vx##_mac_final, \
- size/8, VX##_BLOCK_SIZE, NULL, NULL, NULL \
+ size/8, VX##_BLOCK_SIZE, NULL, NULL, NULL, 0, VX##_SIZE \
}
const struct mac_desc mac_table[ALG_MAX] = {