From ed26604a717ca6e028ec12ae896603a96c66e2b2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 16 Dec 2005 12:55:33 +0000 Subject: Engage Whirlpool assembler and mention Whirlpool in CHANGES. --- Makefile.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.org') 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. -- cgit v1.2.3