diff options
author | Theo Buehler <tb@openbssd.org> | 2024-12-19 18:58:48 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbssd.org> | 2024-12-19 19:11:43 -0700 |
commit | 3378e9772667155263acfbfda99ee5152458d631 (patch) | |
tree | a0e104270d21f8d72b81d0428cff83b0d2248dbb /tests | |
parent | bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a (diff) | |
download | portable-3378e9772667155263acfbfda99ee5152458d631.tar.gz portable-3378e9772667155263acfbfda99ee5152458d631.tar.bz2 portable-3378e9772667155263acfbfda99ee5152458d631.zip |
Remove mlkem and bytestring from public visibility for now
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
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( | |||
6 | ../crypto/asn1 | 6 | ../crypto/asn1 |
7 | ../crypto/bio | 7 | ../crypto/bio |
8 | ../crypto/bn | 8 | ../crypto/bn |
9 | ../crypto/bytestring | ||
9 | ../crypto/curve25519 | 10 | ../crypto/curve25519 |
10 | ../crypto/evp | 11 | ../crypto/evp |
11 | ../crypto/mlkem | 12 | ../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/ | |||
10 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | 10 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 |
11 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio | 11 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio |
12 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn | 12 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn |
13 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring | ||
13 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 | 14 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 |
14 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp | 15 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp |
15 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem | 16 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem |