From 63486f8477f3a4d84c80e950aa4998311b6e94b8 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 23 Feb 2007 00:36:03 +0000 Subject: [PATCH 1/1] Fix syntax error in asm file. --- fips-1.0/aes/asm/fips-ax86-elf.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips-1.0/aes/asm/fips-ax86-elf.s b/fips-1.0/aes/asm/fips-ax86-elf.s index a3aa8fa9d9..cb9a5f9e0a 100644 --- a/fips-1.0/aes/asm/fips-ax86-elf.s +++ b/fips-1.0/aes/asm/fips-ax86-elf.s @@ -429,7 +429,7 @@ AES_Te: .long 974525996,974525996 .long 1,2,4,8 .long 16,32,64,128 - .long 27,54,0,0, + .long 27,54,0,0 .long 0,0,0,0 .L__x86_AES_encrypt_end: .size _x86_AES_encrypt,.L__x86_AES_encrypt_end-_x86_AES_encrypt -- 2.34.1