diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-31 05:45:48 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-31 05:58:34 -0600 |
commit | b68767302eeba9b2a3ef03d521a45bab7b5dc937 (patch) | |
tree | ed2aba6d5b4a6146e7e87995f2badbe64ef39d05 /crypto | |
parent | 64f8aa37017145dc2af27db20ce6b8b0fb2b214c (diff) | |
download | portable-b68767302eeba9b2a3ef03d521a45bab7b5dc937.tar.gz portable-b68767302eeba9b2a3ef03d521a45bab7b5dc937.tar.bz2 portable-b68767302eeba9b2a3ef03d521a45bab7b5dc937.zip |
conf_api.h was removed, conf_local.h was added
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 3 |
2 files changed, 3 insertions, 1 deletions
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 | |||
800 | bio | 800 | bio |
801 | bn | 801 | bn |
802 | bytestring | 802 | bytestring |
803 | conf | ||
803 | dh | 804 | dh |
804 | dsa | 805 | dsa |
805 | curve25519 | 806 | 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 | |||
5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio | 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio |
6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn | 6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn |
7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bytestring | 7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bytestring |
8 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/conf | ||
8 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/curve25519 | 9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/curve25519 |
9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/dh | 10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/dh |
10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/dsa | 11 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/dsa |
@@ -481,6 +482,7 @@ libcrypto_la_SOURCES += conf/conf_mall.c | |||
481 | libcrypto_la_SOURCES += conf/conf_mod.c | 482 | libcrypto_la_SOURCES += conf/conf_mod.c |
482 | libcrypto_la_SOURCES += conf/conf_sap.c | 483 | libcrypto_la_SOURCES += conf/conf_sap.c |
483 | noinst_HEADERS += conf/conf_def.h | 484 | noinst_HEADERS += conf/conf_def.h |
485 | noinst_HEADERS += conf/conf_local.h | ||
484 | 486 | ||
485 | # ct | 487 | # ct |
486 | libcrypto_la_SOURCES += ct/ct_b64.c | 488 | libcrypto_la_SOURCES += ct/ct_b64.c |
@@ -647,7 +649,6 @@ noinst_HEADERS += hidden/openssl/chacha.h | |||
647 | noinst_HEADERS += hidden/openssl/cmac.h | 649 | noinst_HEADERS += hidden/openssl/cmac.h |
648 | noinst_HEADERS += hidden/openssl/cms.h | 650 | noinst_HEADERS += hidden/openssl/cms.h |
649 | noinst_HEADERS += hidden/openssl/conf.h | 651 | noinst_HEADERS += hidden/openssl/conf.h |
650 | noinst_HEADERS += hidden/openssl/conf_api.h | ||
651 | noinst_HEADERS += hidden/openssl/crypto.h | 652 | noinst_HEADERS += hidden/openssl/crypto.h |
652 | noinst_HEADERS += hidden/openssl/ct.h | 653 | noinst_HEADERS += hidden/openssl/ct.h |
653 | noinst_HEADERS += hidden/openssl/curve25519.h | 654 | noinst_HEADERS += hidden/openssl/curve25519.h |