diff options
| author | tb <> | 2024-08-31 09:21:44 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 09:21:44 +0000 |
| commit | 99f92d1f135e09a99ace18755bc48e1f954b46cb (patch) | |
| tree | 385ecf672229f7634b674c09baf02af1f1d0936b /src/lib/libcrypto/Makefile | |
| parent | f725589730b88830cf4e7f19e9e69b38a87802d9 (diff) | |
| download | openbsd-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/Makefile | 3 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -31,6 +31,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/bio | |||
| 31 | CFLAGS+= -I${LCRYPTO_SRC}/bn | 31 | CFLAGS+= -I${LCRYPTO_SRC}/bn |
| 32 | CFLAGS+= -I${LCRYPTO_SRC}/bn/arch/${MACHINE_CPU} | 32 | CFLAGS+= -I${LCRYPTO_SRC}/bn/arch/${MACHINE_CPU} |
| 33 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring | 33 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring |
| 34 | CFLAGS+= -I${LCRYPTO_SRC}/conf | ||
| 34 | CFLAGS+= -I${LCRYPTO_SRC}/curve25519 | 35 | CFLAGS+= -I${LCRYPTO_SRC}/curve25519 |
| 35 | CFLAGS+= -I${LCRYPTO_SRC}/dh | 36 | CFLAGS+= -I${LCRYPTO_SRC}/dh |
| 36 | CFLAGS+= -I${LCRYPTO_SRC}/dsa | 37 | CFLAGS+= -I${LCRYPTO_SRC}/dsa |
