diff options
author | tb <> | 2022-01-07 09:02:18 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 09:02:18 +0000 |
commit | 8d74ebda124d78459caefe10402685b3d761662a (patch) | |
tree | 63702983643c0f30ff2f3288b678033f62b0de2d /src/lib/libcrypto/Makefile | |
parent | d93aa16238be38535b8d4292ab7ac0ac0a70ce70 (diff) | |
download | openbsd-8d74ebda124d78459caefe10402685b3d761662a.tar.gz openbsd-8d74ebda124d78459caefe10402685b3d761662a.tar.bz2 openbsd-8d74ebda124d78459caefe10402685b3d761662a.zip |
Add a new, mostly empty, bio_local.h and include it in the files
that will need it in the upcoming bump.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index ad5f4f5876..c707dcc8f3 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.63 2021/12/25 12:21:36 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.64 2022/01/07 09:02:17 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -29,6 +29,7 @@ CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? | |||
29 | 29 | ||
30 | CFLAGS+= -I${LCRYPTO_SRC} | 30 | CFLAGS+= -I${LCRYPTO_SRC} |
31 | CFLAGS+= -I${LCRYPTO_SRC}/asn1 | 31 | CFLAGS+= -I${LCRYPTO_SRC}/asn1 |
32 | CFLAGS+= -I${LCRYPTO_SRC}/bio | ||
32 | CFLAGS+= -I${LCRYPTO_SRC}/bn | 33 | CFLAGS+= -I${LCRYPTO_SRC}/bn |
33 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring | 34 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring |
34 | CFLAGS+= -I${LCRYPTO_SRC}/ec | 35 | CFLAGS+= -I${LCRYPTO_SRC}/ec |