summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/asm.m4 b/asm.m4
index 60c66c25..2bb1068c 100644
--- a/asm.m4
+++ b/asm.m4
@@ -73,12 +73,6 @@ define(`UCHAR', `STRUCT(`$1', 1)')dnl
dnl UNSIGNED(name)
define(`UNSIGNED', `STRUCT(`$1', 4)')dnl
-dnl Offsets in arcfour_ctx
-STRUCTURE(ARCFOUR)
- STRUCT(S, 256)
- UCHAR(I)
- UCHAR(J)
-
dnl Offsets in aes_table
define(AES_SBOX_SIZE, 256)dnl
define(AES_TABLE_SIZE, 1024)dnl