summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/asm.m4 b/asm.m4
index e296c0df..77e7a80e 100644
--- a/asm.m4
+++ b/asm.m4
@@ -25,7 +25,7 @@ define(AES_SBOX_SIZE, 256)dnl
define(AES_IDX_SIZE, 16)dnl
define(AES_TABLE_SIZE, 1024)dnl
-STRUCT(AES)
+STRUCTURE(AES)
STRUCT(SBOX, AES_SBOX_SIZE)
STRUCT(IDX1, AES_IDX_SIZE)