From 04ab1061f305d11ba292668e7405dd73008a2c1e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 8 Nov 2021 07:33:50 -0600 Subject: build updates --- crypto/CMakeLists.txt | 6 ++++++ crypto/Makefile.am | 1 + 2 files changed, 7 insertions(+) (limited to 'crypto') diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index b1ded85..b01afa9 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -1,3 +1,5 @@ +add_definitions(-DLIBRESSL_CRYPTO_INTERNAL) + if(HOST_ASM_ELF_ARMV4) set( ASM_ARMV4_ELF_SRC @@ -726,9 +728,11 @@ set( x509/pcy_map.c x509/pcy_node.c x509/pcy_tree.c + x509/x509_addr.c x509/x509_akey.c x509/x509_akeya.c x509/x509_alt.c + x509/x509_asid.c x509/x509_att.c x509/x509_bcons.c x509/x509_bitst.c @@ -982,6 +986,7 @@ target_include_directories(crypto_obj ecdsa evp modes + x509 ../include/compat PUBLIC ../include) @@ -998,6 +1003,7 @@ target_include_directories(crypto ecdsa evp modes + x509 ../include/compat PUBLIC ../include) diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 4030eae..35148e3 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes +AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 AM_CPPFLAGS += -I$(top_srcdir)/crypto noinst_LTLIBRARIES = libcompat.la -- cgit v1.2.3-55-g6feb