aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-01-18 00:43:32 +0000
committerAndy Polyakov <appro@openssl.org>2005-01-18 00:43:32 +0000
commited65fab9103c5d2f32c2c4c07ceab22687d95327 (patch)
tree7c20ebb54a46ef111cfb4c4f79bfe4e72df8a48f /Makefile.org
parent90cc40911b031d9ae4597fd2b66c6fd24de2f9d9 (diff)
downloadopenssl-ed65fab9103c5d2f32c2c4c07ceab22687d95327.tar.gz
Reserve for AES CBC assembler implementation...
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 eadcc75df9..826dc086cc 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_core.o
+AES_ASM_OBJ=aes_core.o aes_cbc.o
# Set BF_ENC to bf_enc.o if you want to use the C version
#There are 4 x86 assember options.