summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2022-08-20 09:16:18 +0000
committertb <>2022-08-20 09:16:18 +0000
commitecbb64fca8f7fc649376c65a0b2850eeb54efab1 (patch)
treefdd2bb0d1e96426572ce7db2e69355ce4e2b606e /src/lib/libcrypto/Makefile
parent0003a41309177c95146aa8cee6613b46d64995c6 (diff)
downloadopenbsd-ecbb64fca8f7fc649376c65a0b2850eeb54efab1.tar.gz
openbsd-ecbb64fca8f7fc649376c65a0b2850eeb54efab1.tar.bz2
openbsd-ecbb64fca8f7fc649376c65a0b2850eeb54efab1.zip
Add an empty pkcs12_local.h and include it where it will soon be needed.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 714f6e80b4..a3091616a5 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.78 2022/08/03 20:16:06 tb Exp $ 1# $OpenBSD: Makefile,v 1.79 2022/08/20 09:16:18 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -43,6 +43,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/hmac
43CFLAGS+= -I${LCRYPTO_SRC}/kdf 43CFLAGS+= -I${LCRYPTO_SRC}/kdf
44CFLAGS+= -I${LCRYPTO_SRC}/modes 44CFLAGS+= -I${LCRYPTO_SRC}/modes
45CFLAGS+= -I${LCRYPTO_SRC}/ocsp 45CFLAGS+= -I${LCRYPTO_SRC}/ocsp
46CFLAGS+= -I${LCRYPTO_SRC}/pkcs12
46CFLAGS+= -I${LCRYPTO_SRC}/rsa 47CFLAGS+= -I${LCRYPTO_SRC}/rsa
47CFLAGS+= -I${LCRYPTO_SRC}/ts 48CFLAGS+= -I${LCRYPTO_SRC}/ts
48CFLAGS+= -I${LCRYPTO_SRC}/x509 49CFLAGS+= -I${LCRYPTO_SRC}/x509