mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
unit_tests: Add missing cert_data.h to source list for unit tests
Document the dependency. Also fixes cert_data.h missing from distribution. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20230619132934.76085-4-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26750.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
0c25a5462e
commit
97223cb057
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,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 \
|
||||
pkey_test_utils.c \
|
||||
pkey_test_utils.c cert_data.h \
|
||||
$(top_srcdir)/src/openvpn/xkey_helper.c \
|
||||
$(top_srcdir)/src/openvpn/xkey_provider.c \
|
||||
$(top_srcdir)/src/openvpn/buffer.c \
|
||||
|
|
@ -180,7 +180,7 @@ pkcs11_testdriver_CFLAGS = @TEST_CFLAGS@ \
|
|||
pkcs11_testdriver_LDFLAGS = @TEST_LDFLAGS@ \
|
||||
$(OPTIONAL_CRYPTO_LIBS)
|
||||
pkcs11_testdriver_SOURCES = test_pkcs11.c mock_msg.c \
|
||||
pkey_test_utils.c mock_get_random.c \
|
||||
pkey_test_utils.c cert_data.h mock_get_random.c \
|
||||
$(top_srcdir)/src/openvpn/xkey_helper.c \
|
||||
$(top_srcdir)/src/openvpn/xkey_provider.c \
|
||||
$(top_srcdir)/src/openvpn/argv.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue