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