From: Frank Lichtenheld Date: Wed, 21 Jun 2023 12:58:42 +0000 (+0200) Subject: unit_tests: Add missing cert_data.h to source list for unit tests X-Git-Tag: v2.6.6~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eb84eb19749eb7e12f3becb36d6aaae89457b5b;p=thirdparty%2Fopenvpn.git unit_tests: Add missing cert_data.h to source list for unit tests Document the dependency. Also fixes cert_data.h missing from distribution. This is the "backport" of commit 97223cb057a0edfafd28b34427449bb3eda7d0be to release/2.6. Change-Id: Ib82208bfa12cc8ba5ff08b4c010bf398bc92d249 Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20230621125842.191355-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26765.html Signed-off-by: Gert Doering --- diff --git a/tests/unit_tests/openvpn/Makefile.am b/tests/unit_tests/openvpn/Makefile.am index 4391a54e2..650126c7e 100644 --- a/tests/unit_tests/openvpn/Makefile.am +++ b/tests/unit_tests/openvpn/Makefile.am @@ -156,6 +156,7 @@ cryptoapi_testdriver_CFLAGS = @TEST_CFLAGS@ \ cryptoapi_testdriver_LDFLAGS = @TEST_LDFLAGS@ \ $(OPTIONAL_CRYPTO_LIBS) -lcrypt32 -lncrypt cryptoapi_testdriver_SOURCES = test_cryptoapi.c mock_msg.c \ + cert_data.h \ $(top_srcdir)/src/openvpn/xkey_helper.c \ $(top_srcdir)/src/openvpn/xkey_provider.c \ $(top_srcdir)/src/openvpn/buffer.c \