summaryrefslogtreecommitdiff
path: root/umac-set-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'umac-set-key.c')
-rw-r--r--umac-set-key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umac-set-key.c b/umac-set-key.c
index 05dcf697..1b9e5e9b 100644
--- a/umac-set-key.c
+++ b/umac-set-key.c
@@ -53,7 +53,7 @@ umac_kdf (struct aes_ctx *aes, unsigned index, unsigned length, uint8_t *dst)
#if WORDS_BIGENDIAN
#define BE_SWAP32(x) x
-#define BE_SWAP32_N(x)
+#define BE_SWAP32_N(n, x)
#else
#define BE_SWAP32(x) \
((ROTL32(8, x) & 0x00FF00FFUL) | \