summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-12-12 21:23:48 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-12-12 21:23:48 +0000
commitd9398514809904e63bef7c718b290c804f9772f3 (patch)
treeeff421c65d19f1989712c3992bab127250a30ddd /lib/libcrypto/Makefile
parentd5e5f7afa0e23391d27fac6975287e0dc0850145 (diff)
Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.
ok inoguchi
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 fbeb625c753..2d4bd460700 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.53 2021/12/04 16:29:25 tb Exp $
+# $OpenBSD: Makefile,v 1.54 2021/12/12 21:23:47 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -35,6 +35,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/evp
CFLAGS+= -I${LCRYPTO_SRC}/ec
CFLAGS+= -I${LCRYPTO_SRC}/ecdh
CFLAGS+= -I${LCRYPTO_SRC}/ecdsa
+CFLAGS+= -I${LCRYPTO_SRC}/hmac
CFLAGS+= -I${LCRYPTO_SRC}/modes
CFLAGS+= -I${LCRYPTO_SRC}/x509