From b68767302eeba9b2a3ef03d521a45bab7b5dc937 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 31 Aug 2024 05:45:48 -0600 Subject: conf_api.h was removed, conf_local.h was added --- crypto/CMakeLists.txt | 1 + crypto/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 8500d32..d54525f 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -800,6 +800,7 @@ target_include_directories(crypto_obj bio bn bytestring + conf dh dsa curve25519 diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 05a2246..616063e 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -5,6 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn AM_CPPFLAGS += -I$(top_srcdir)/crypto/bytestring +AM_CPPFLAGS += -I$(top_srcdir)/crypto/conf AM_CPPFLAGS += -I$(top_srcdir)/crypto/curve25519 AM_CPPFLAGS += -I$(top_srcdir)/crypto/dh AM_CPPFLAGS += -I$(top_srcdir)/crypto/dsa @@ -481,6 +482,7 @@ libcrypto_la_SOURCES += conf/conf_mall.c libcrypto_la_SOURCES += conf/conf_mod.c libcrypto_la_SOURCES += conf/conf_sap.c noinst_HEADERS += conf/conf_def.h +noinst_HEADERS += conf/conf_local.h # ct libcrypto_la_SOURCES += ct/ct_b64.c @@ -647,7 +649,6 @@ noinst_HEADERS += hidden/openssl/chacha.h noinst_HEADERS += hidden/openssl/cmac.h noinst_HEADERS += hidden/openssl/cms.h noinst_HEADERS += hidden/openssl/conf.h -noinst_HEADERS += hidden/openssl/conf_api.h noinst_HEADERS += hidden/openssl/crypto.h noinst_HEADERS += hidden/openssl/ct.h noinst_HEADERS += hidden/openssl/curve25519.h -- cgit v1.2.3-55-g6feb