summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto
diff options
context:
space:
mode:
authortedu <>2014-05-25 17:29:51 +0000
committertedu <>2014-05-25 17:29:51 +0000
commit6e84ac6fa467558e7d7da6e08b87eb71d5c3b51e (patch)
tree70f0f5e47adfc2bc36e7e8af3b45f5e7849d00da /src/lib/libcrypto/crypto
parent7e606502e450b079dd66ce328c60e5b1d2d8fdb4 (diff)
downloadopenbsd-6e84ac6fa467558e7d7da6e08b87eb71d5c3b51e.tar.gz
openbsd-6e84ac6fa467558e7d7da6e08b87eb71d5c3b51e.tar.bz2
openbsd-6e84ac6fa467558e7d7da6e08b87eb71d5c3b51e.zip
define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves
ok beck
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r--src/lib/libcrypto/crypto/Makefile3
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
3LIB= crypto 3LIB= crypto
4 4
@@ -16,6 +16,7 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H
16PICFLAG=-fPIC 16PICFLAG=-fPIC
17.endif 17.endif
18 18
19CFLAGS+= -DLIBRESSL_INTERNAL
19CFLAGS+= -DTERMIOS 20CFLAGS+= -DTERMIOS
20# Hardware engines 21# Hardware engines
21CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? 22CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this?