summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-12-16 12:55:33 +0000
committerAndy Polyakov <appro@openssl.org>2005-12-16 12:55:33 +0000
commited26604a717ca6e028ec12ae896603a96c66e2b2 (patch)
treec04ee0179fe459c629cfb521c8cadf1a47bee979 /Makefile.org
parent0fbd4bf0441b0d59ab015b9fe559f8ccee1c4889 (diff)
Engage Whirlpool assembler and mention Whirlpool in CHANGES.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 01014a8e26..a34033abe0 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -95,6 +95,7 @@ RC5_ENC= rc5_enc.o
MD5_ASM_OBJ=
SHA1_ASM_OBJ=
RMD160_ASM_OBJ=
+WP_ASM_OBJ=
# KRB5 stuff
KRB5_INCLUDES=
@@ -191,6 +192,7 @@ BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' \
MD5_ASM_OBJ='${MD5_ASM_OBJ}' \
RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' \
+ WP_ASM_OBJ='${WP_ASM_OBJ}' \
THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
# MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
# which in turn eliminates ambiguities in variable treatment with -e.