summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-01-07 09:27:14 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-01-07 09:27:14 +0000
commit7657f9b3504a023ccb59318457f5002d337082e6 (patch)
tree092dbfb229aaac76c7b1becef5e95d3d2641e9ad /lib/libcrypto/Makefile
parentca79ec4d1df938d017bdced072075de500918fee (diff)
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 'lib/libcrypto/Makefile')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index c707dcc8f33..ed98dcc134c 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.64 2022/01/07 09:02:17 tb Exp $
+# $OpenBSD: Makefile,v 1.65 2022/01/07 09:27:13 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -32,6 +32,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/asn1
CFLAGS+= -I${LCRYPTO_SRC}/bio
CFLAGS+= -I${LCRYPTO_SRC}/bn
CFLAGS+= -I${LCRYPTO_SRC}/bytestring
+CFLAGS+= -I${LCRYPTO_SRC}/dh
CFLAGS+= -I${LCRYPTO_SRC}/ec
CFLAGS+= -I${LCRYPTO_SRC}/ecdh
CFLAGS+= -I${LCRYPTO_SRC}/ecdsa