diff options
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 3692e734cd..df7304c76b 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2014/04/16 18:47:51 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2014/04/16 19:13:01 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -24,7 +24,7 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H | |||
24 | PICFLAG=-fPIC | 24 | PICFLAG=-fPIC |
25 | .endif | 25 | .endif |
26 | 26 | ||
27 | CFLAGS+= -DTERMIOS -DANSI_SOURCE -DNO_ERR | 27 | CFLAGS+= -DTERMIOS |
28 | # Hardware engines | 28 | # Hardware engines |
29 | CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? | 29 | CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? |
30 | 30 | ||