diff options
| author | tb <> | 2022-01-07 09:27:13 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:27:13 +0000 |
| commit | 01c3a3efcb3377bc530d4bf225668754e137d085 (patch) | |
| tree | f47c69b82f6d3fd0e6253457a267cd59abc2c529 /src/lib/libcrypto/Makefile | |
| parent | 53b1ddcbe1030b90b0333d87f7533b35223ff685 (diff) | |
| download | openbsd-01c3a3efcb3377bc530d4bf225668754e137d085.tar.gz openbsd-01c3a3efcb3377bc530d4bf225668754e137d085.tar.bz2 openbsd-01c3a3efcb3377bc530d4bf225668754e137d085.zip | |
Add an essentially empty dh_local.h and include it in the files where
it will be needed 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 c707dcc8f3..ed98dcc134 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.64 2022/01/07 09:02:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.65 2022/01/07 09:27:13 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -32,6 +32,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/asn1 | |||
| 32 | CFLAGS+= -I${LCRYPTO_SRC}/bio | 32 | CFLAGS+= -I${LCRYPTO_SRC}/bio |
| 33 | CFLAGS+= -I${LCRYPTO_SRC}/bn | 33 | CFLAGS+= -I${LCRYPTO_SRC}/bn |
| 34 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring | 34 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring |
| 35 | CFLAGS+= -I${LCRYPTO_SRC}/dh | ||
| 35 | CFLAGS+= -I${LCRYPTO_SRC}/ec | 36 | CFLAGS+= -I${LCRYPTO_SRC}/ec |
| 36 | CFLAGS+= -I${LCRYPTO_SRC}/ecdh | 37 | CFLAGS+= -I${LCRYPTO_SRC}/ecdh |
| 37 | CFLAGS+= -I${LCRYPTO_SRC}/ecdsa | 38 | CFLAGS+= -I${LCRYPTO_SRC}/ecdsa |
