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
commit1a9fbbfaaf6f53dfe281955a91870e781ef7efb2 (patch)
tree70f0f5e47adfc2bc36e7e8af3b45f5e7849d00da /src/lib/libcrypto/crypto
parent20aefbf0b86724bbf87cb9ceb36defa64e4691ab (diff)
downloadopenbsd-1a9fbbfaaf6f53dfe281955a91870e781ef7efb2.tar.gz
openbsd-1a9fbbfaaf6f53dfe281955a91870e781ef7efb2.tar.bz2
openbsd-1a9fbbfaaf6f53dfe281955a91870e781ef7efb2.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?