summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-08-31 09:21:44 +0000
committertb <>2024-08-31 09:21:44 +0000
commit99f92d1f135e09a99ace18755bc48e1f954b46cb (patch)
tree385ecf672229f7634b674c09baf02af1f1d0936b /src/lib/libcrypto/Makefile
parentf725589730b88830cf4e7f19e9e69b38a87802d9 (diff)
downloadopenbsd-99f92d1f135e09a99ace18755bc48e1f954b46cb.tar.gz
openbsd-99f92d1f135e09a99ace18755bc48e1f954b46cb.tar.bz2
openbsd-99f92d1f135e09a99ace18755bc48e1f954b46cb.zip
Make CONF_METHOD opaque
Much of conf is designed in such a way that you really have to reach into its structs. This one piece can be hidden. It might even be removed soon. ok beck jsing
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 b4407d566c..e71f8b4bf4 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.203 2024/08/28 07:15:04 tb Exp $ 1# $OpenBSD: Makefile,v 1.204 2024/08/31 09:21:44 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -31,6 +31,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/bio
31CFLAGS+= -I${LCRYPTO_SRC}/bn 31CFLAGS+= -I${LCRYPTO_SRC}/bn
32CFLAGS+= -I${LCRYPTO_SRC}/bn/arch/${MACHINE_CPU} 32CFLAGS+= -I${LCRYPTO_SRC}/bn/arch/${MACHINE_CPU}
33CFLAGS+= -I${LCRYPTO_SRC}/bytestring 33CFLAGS+= -I${LCRYPTO_SRC}/bytestring
34CFLAGS+= -I${LCRYPTO_SRC}/conf
34CFLAGS+= -I${LCRYPTO_SRC}/curve25519 35CFLAGS+= -I${LCRYPTO_SRC}/curve25519
35CFLAGS+= -I${LCRYPTO_SRC}/dh 36CFLAGS+= -I${LCRYPTO_SRC}/dh
36CFLAGS+= -I${LCRYPTO_SRC}/dsa 37CFLAGS+= -I${LCRYPTO_SRC}/dsa