metadata-set: Add implementation for a collection of metadata objects

This commit is contained in:
Tobias Brunner
2022-01-14 10:13:21 +01:00
parent 531335ad20
commit 269ca19f13
7 changed files with 537 additions and 3 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ libstrongswan_tests_SOURCES = tests.h tests.c \
suites/test_ed25519.c \
suites/test_ed448.c \
suites/test_signature_params.c \
suites/test_metadata.c
suites/test_metadata.c \
suites/test_metadata_set.c
libstrongswan_tests_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \