aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-08-28 21:02:38 +0000
committerAndy Polyakov <appro@openssl.org>2007-08-28 21:02:38 +0000
commit0ddd3ea217f32edf07653316997dc1e523eada5e (patch)
tree33f66e4297c1476e53025a1e4b67e5d8ae2499b2 /Makefile.org
parent6a8517f2746a5f58cf1c1173fbb771dbe92d2c64 (diff)
downloadopenssl-0ddd3ea217f32edf07653316997dc1e523eada5e.tar.gz
Make naming more consistent.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 2e64b1eab6..0dca6317fd 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -88,7 +88,7 @@ PROCESSOR=
CPUID_OBJ=
BN_ASM= bn_asm.o
DES_ENC= des_enc.o fcrypt_b.o
-AES_ASM_OBJ=aes_core.o aes_cbc.o
+AES_ENC= aes_core.o aes_cbc.o
BF_ENC= bf_enc.o
CAST_ENC= c_enc.o
RC4_ENC= rc4_enc.o
@@ -192,7 +192,7 @@ BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' \
CPUID_OBJ='${CPUID_OBJ}' \
BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' \
- AES_ASM_OBJ='${AES_ASM_OBJ}' \
+ AES_ENC='${AES_ENC}' CMLL_ENC='${CMLL_ENC}' \
BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' \
RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' \
SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' \