From 7de4b5b060d14f404d181571de946c4e9b04d6bb Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 9 Jan 2005 16:01:58 +0000 Subject: Permit "monolithic" AES assembler implementations, i.e. such which would replace *whole* aes_core.c, not only AES_[de|en]crypt routines. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index bd952e3593..eadcc75df9 100644 --- a/Makefile.org +++ b/Makefile.org @@ -111,7 +111,7 @@ DES_ENC= asm/dx86-out.o asm/yx86-out.o #DES_ENC= asm/dx86-out.o asm/yx86-out.o # a.out, FreeBSD #DES_ENC= asm/dx86bsdi.o asm/yx86bsdi.o # bsdi -AES_ASM_OBJ= +AES_ASM_OBJ=aes_core.o # Set BF_ENC to bf_enc.o if you want to use the C version #There are 4 x86 assember options. -- cgit v1.2.3