diff options
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 258f998fbc..9acf6701c5 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.36 2014/05/16 14:24:36 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.37 2014/05/25 17:29:51 tedu Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -16,6 +16,7 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H | |||
16 | PICFLAG=-fPIC | 16 | PICFLAG=-fPIC |
17 | .endif | 17 | .endif |
18 | 18 | ||
19 | CFLAGS+= -DLIBRESSL_INTERNAL | ||
19 | CFLAGS+= -DTERMIOS | 20 | CFLAGS+= -DTERMIOS |
20 | # Hardware engines | 21 | # Hardware engines |
21 | CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? | 22 | CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? |