From 51c678b741cbefcaed139a0d65b70d02ac25559d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 Aug 2024 09:29:03 +0000 Subject: 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 --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.204 2024/08/31 09:21:44 tb Exp $ +# $OpenBSD: Makefile,v 1.205 2024/08/31 09:29:03 tb Exp $ LIB= crypto LIBREBUILD=y @@ -682,7 +682,6 @@ HDRS=\ ${LCRYPTO_SRC}/cms/cms.h \ ${LCRYPTO_SRC}/comp/comp.h \ ${LCRYPTO_SRC}/conf/conf.h \ - ${LCRYPTO_SRC}/conf/conf_api.h \ ${LCRYPTO_SRC}/crypto.h \ ${LCRYPTO_SRC}/ct/ct.h \ ${LCRYPTO_SRC}/curve25519/curve25519.h \ -- cgit v1.2.3-55-g6feb