From 3378e9772667155263acfbfda99ee5152458d631 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 19 Dec 2024 18:58:48 -0700 Subject: Remove mlkem and bytestring from public visibility for now --- tests/CMakeLists.txt | 1 + tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8b079f4..2639ee6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,6 +6,7 @@ include_directories( ../crypto/asn1 ../crypto/bio ../crypto/bn + ../crypto/bytestring ../crypto/curve25519 ../crypto/evp ../crypto/mlkem diff --git a/tests/Makefile.am b/tests/Makefile.am index 6cb2d3f..e5d3bec 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,6 +10,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/ 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/curve25519 AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem -- cgit v1.2.3-55-g6feb