diff options
author | tedu <> | 2014-05-25 17:29:51 +0000 |
---|---|---|
committer | tedu <> | 2014-05-25 17:29:51 +0000 |
commit | 1a9fbbfaaf6f53dfe281955a91870e781ef7efb2 (patch) | |
tree | 70f0f5e47adfc2bc36e7e8af3b45f5e7849d00da /src/lib/libcrypto/crypto | |
parent | 20aefbf0b86724bbf87cb9ceb36defa64e4691ab (diff) | |
download | openbsd-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/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? |