From 7caf0ff78e963a290d99efe0e9f574efa4ed3c8c Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sat, 25 Sep 2010 16:00:01 -1000 Subject: [PATCH] libcrypto: There's no need to test for WANT_IDEA twice. --- secure/lib/libcrypto/Makefile | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 6b7f4ec..1754ff6 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -160,6 +160,7 @@ INCS+= hmac.h .if defined(WANT_IDEA) SRCS+= i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c INCS+= idea.h +_ideapath= ${LCRYPTO_SRC}/crypto/idea .endif # krb5 @@ -306,10 +307,6 @@ opensslconf.h: opensslconf-${MACHINE_ARCH}.h .include -.if defined(WANT_IDEA) -_ideapath= ${LCRYPTO_SRC}/crypto/idea -.endif - .PATH: \ ${LCRYPTO_SRC}/crypto \ ${LCRYPTO_SRC}/crypto/aes \ -- 1.7.7.2