summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.inc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-04-27 05:44:39 +0000
committered <ed@FreeBSD.org>2013-04-27 05:44:39 +0000
commit8ac6e32cddc9e9b4a5f4c0d4ea66d8821330c97b (patch)
tree1fa02091fd93d268679f049d369b2260a0d26df6 /secure/lib/libcrypto/Makefile.inc
parenta09c9f55503eb5b4686f83908992db66e59fe595 (diff)
downloadFreeBSD-src-8ac6e32cddc9e9b4a5f4c0d4ea66d8821330c97b.zip
FreeBSD-src-8ac6e32cddc9e9b4a5f4c0d4ea66d8821330c97b.tar.gz
Remove references to MK_IDEA.
As of r249959, we want to build with IDEA support enabled unconditionally. As this change removed the MK_IDEA flag, update these Makefiles accordingly.
Diffstat (limited to 'secure/lib/libcrypto/Makefile.inc')
-rw-r--r--secure/lib/libcrypto/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index e598097..b28bc8d 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -13,10 +13,6 @@ CFLAGS+= -DTERMIOS -DANSI_SOURCE
CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR}
CFLAGS+= -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H
-.if ${MK_IDEA} == "no"
-CFLAGS+= -DOPENSSL_NO_IDEA
-.endif
-
.if ${MACHINE_CPUARCH} == "amd64"
CFLAGS+=-DL_ENDIAN -DOPENSSL_IA32_SSE2
CFLAGS+=-DAES_ASM -DBSAES_ASM -DVPAES_ASM
OpenPOWER on IntegriCloud