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
commit95b7defd486f5736d9f91a6f71156c20f91756e9 (patch)
treefdd2bb0d1e96426572ce7db2e69355ce4e2b606e /src/lib/libcrypto/Makefile
parentbe73a6ddefcc4637dc9eed0c7cf94d06de600b53 (diff)
downloadopenbsd-95b7defd486f5736d9f91a6f71156c20f91756e9.tar.gz
openbsd-95b7defd486f5736d9f91a6f71156c20f91756e9.tar.bz2
openbsd-95b7defd486f5736d9f91a6f71156c20f91756e9.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