diff options
author | Theo Buehler <tb@openbsd.org> | 2025-03-09 11:12:19 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-03-09 11:21:58 -0600 |
commit | 98f393f2fde555206eeb51a4b4242493a58bd94d (patch) | |
tree | 3382a7bb948ad97f9695b301f5478fd18e8438cd | |
parent | dcea629832b17bf47e238d71440a38f34cca10ad (diff) | |
download | portable-98f393f2fde555206eeb51a4b4242493a58bd94d.tar.gz portable-98f393f2fde555206eeb51a4b4242493a58bd94d.tar.bz2 portable-98f393f2fde555206eeb51a4b4242493a58bd94d.zip |
Fix -I lines for ec_asn1_test
-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 fb0d16c..fa694cd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -8,6 +8,7 @@ include_directories( | |||
8 | ../crypto/bn | 8 | ../crypto/bn |
9 | ../crypto/bytestring | 9 | ../crypto/bytestring |
10 | ../crypto/curve25519 | 10 | ../crypto/curve25519 |
11 | ../crypto/ec | ||
11 | ../crypto/evp | 12 | ../crypto/evp |
12 | ../crypto/mlkem | 13 | ../crypto/mlkem |
13 | ../crypto/modes | 14 | ../crypto/modes |
diff --git a/tests/Makefile.am b/tests/Makefile.am index f3414f6..eea4a71 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -12,6 +12,7 @@ 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/bytestring |
14 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 | 14 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 |
15 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/ec | ||
15 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp | 16 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp |
16 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem | 17 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem |
17 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | 18 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes |