summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-04-16 18:47:52 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-04-16 18:47:52 +0000
commit0f752a280392d919f29e939278b8138f4fd9c146 (patch)
treee976866a1dfb8337c4bd12948b8efef2d23136d1 /lib/libcrypto
parentc42af6b0a5eb3d3d2b155070ae283d362fce64a2 (diff)
No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for all
now removed engines.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/crypto/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile
index 4bc42e35b9d..3692e734cdb 100644
--- a/lib/libcrypto/crypto/Makefile
+++ b/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2014/04/16 04:31:32 miod Exp $
+# $OpenBSD: Makefile,v 1.16 2014/04/16 18:47:51 miod Exp $
LIB= crypto
@@ -26,16 +26,7 @@ PICFLAG=-fPIC
CFLAGS+= -DTERMIOS -DANSI_SOURCE -DNO_ERR
# Hardware engines
-CFLAGS+= -DOPENSSL_NO_HW_4758_CCA
-CFLAGS+= -DOPENSSL_NO_HW_AEP
-CFLAGS+= -DOPENSSL_NO_HW_ATALLA
-CFLAGS+= -DOPENSSL_NO_CAPIENG
-CFLAGS+= -DOPENSSL_NO_HW_CSWIFT
-CFLAGS+= -DOPENSSL_NO_HW_NCIPHER
-CFLAGS+= -DOPENSSL_NO_HW_NURON
CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this?
-CFLAGS+= -DOPENSSL_NO_HW_SUREWARE
-CFLAGS+= -DOPENSSL_NO_HW_UBSEC
CFLAGS+= -I${SSL_SRC}
CFLAGS+= -I${LCRYPTO_SRC}