aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-01-09 16:01:58 +0000
committerAndy Polyakov <appro@openssl.org>2005-01-09 16:01:58 +0000
commit7de4b5b060d14f404d181571de946c4e9b04d6bb (patch)
tree3dcae05ffc43cb8fd81e4667d237377fe780ae44 /Makefile.org
parent02a00bb054d81110fdf5dadfee71d01710efcbfc (diff)
downloadopenssl-7de4b5b060d14f404d181571de946c4e9b04d6bb.tar.gz
Permit "monolithic" AES assembler implementations, i.e. such which would
replace *whole* aes_core.c, not only AES_[de|en]crypt routines.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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.