From 7f458a48ff3a231d5841466525d2aacbcd4f6b77 Mon Sep 17 00:00:00 2001 From: clucey Date: Wed, 17 Feb 2016 13:38:36 +0000 Subject: ALG: Add AFALG engine Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9fcdb394a6..892a20866e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -230,6 +230,8 @@ INSTALLDIRS= \ $(DESTDIR)$(OPENSSLDIR)/certs \ $(DESTDIR)$(OPENSSLDIR)/private +ENGDIRS={- join(" ", @{$config{engdirs}}) -} + all: Makefile build_all_but_tests # as we stick to -e, CLEARENV ensures that local variables in lower @@ -275,6 +277,7 @@ BUILDENV= LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\ AES_ENC='$(AES_ENC)' CMLL_ENC='$(CMLL_ENC)' \ BF_ENC='$(BF_ENC)' CAST_ENC='$(CAST_ENC)' \ RC4_ENC='$(RC4_ENC)' RC5_ENC='$(RC5_ENC)' \ + ENGDIRS='$(ENGDIRS)' \ SHA1_ASM_OBJ='$(SHA1_ASM_OBJ)' \ MD5_ASM_OBJ='$(MD5_ASM_OBJ)' \ RMD160_ASM_OBJ='$(RMD160_ASM_OBJ)' \ -- cgit v1.2.3