diff options
| author | tb <> | 2024-08-31 09:29:03 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 09:29:03 +0000 |
| commit | 51c678b741cbefcaed139a0d65b70d02ac25559d (patch) | |
| tree | ee535713d3aec36566373a30c56a3d8461ab7c5a /src/lib/libcrypto/Makefile | |
| parent | 465ca291ecb667ff9b02fa56937b3f5ee1ae84cd (diff) | |
| download | openbsd-51c678b741cbefcaed139a0d65b70d02ac25559d.tar.gz openbsd-51c678b741cbefcaed139a0d65b70d02ac25559d.tar.bz2 openbsd-51c678b741cbefcaed139a0d65b70d02ac25559d.zip | |
Retire conf_api.h and the API therein
This makes the _CONF_* layer of the conf module internal and gets rid
of the entirely unused conf_api.h.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index e71f8b4bf4..090589559e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.204 2024/08/31 09:21:44 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.205 2024/08/31 09:29:03 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -682,7 +682,6 @@ HDRS=\ | |||
| 682 | ${LCRYPTO_SRC}/cms/cms.h \ | 682 | ${LCRYPTO_SRC}/cms/cms.h \ |
| 683 | ${LCRYPTO_SRC}/comp/comp.h \ | 683 | ${LCRYPTO_SRC}/comp/comp.h \ |
| 684 | ${LCRYPTO_SRC}/conf/conf.h \ | 684 | ${LCRYPTO_SRC}/conf/conf.h \ |
| 685 | ${LCRYPTO_SRC}/conf/conf_api.h \ | ||
| 686 | ${LCRYPTO_SRC}/crypto.h \ | 685 | ${LCRYPTO_SRC}/crypto.h \ |
| 687 | ${LCRYPTO_SRC}/ct/ct.h \ | 686 | ${LCRYPTO_SRC}/ct/ct.h \ |
| 688 | ${LCRYPTO_SRC}/curve25519/curve25519.h \ | 687 | ${LCRYPTO_SRC}/curve25519/curve25519.h \ |
