]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
unit_tests: Add missing cert_data.h to source list for unit tests
authorFrank Lichtenheld <frank@lichtenheld.com>
Wed, 21 Jun 2023 12:58:42 +0000 (14:58 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 27 Jun 2023 18:36:52 +0000 (20:36 +0200)
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 <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
tests/unit_tests/openvpn/Makefile.am

index 4391a54e2bc7a89c97d96d1968f8cc102ce50830..650126c7ef541f60a4faf5eb2c44cccd6c4bf0b4 100644 (file)
@@ -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 \