]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
unit_tests: remove includes for mock_msg.h
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 8 Dec 2023 17:35:29 +0000 (18:35 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 9 Dec 2023 09:59:03 +0000 (10:59 +0100)
Not actually used.

Change-Id: I5e394bb73702d87562ed354100eaff9b41f5389e
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20231208173529.95023-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27727.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/openvpn/test_auth_token.c
tests/unit_tests/openvpn/test_crypto.c
tests/unit_tests/openvpn/test_packet_id.c
tests/unit_tests/openvpn/test_pkt.c
tests/unit_tests/openvpn/test_tls_crypt.c

index d96984f41d8ff86df5b62743abf60005d20591b5..a027330586436766ba36f548496165f4f0eace78 100644 (file)
@@ -36,8 +36,6 @@
 
 #include "auth_token.c"
 
-#include "mock_msg.h"
-
 struct test_context {
     struct tls_multi multi;
     struct key_type kt;
index 556452463efda9cdb37215ae57c1c5209af138fa..9e5469a4b926b4e7e54498dbf79705ded040121b 100644 (file)
@@ -38,7 +38,6 @@
 #include "options.h"
 #include "ssl_backend.h"
 
-#include "mock_msg.h"
 #include "mss.h"
 
 static const char testtext[] = "Dummy text to test PEM encoding";
index 90c67acd7a31f98f2183e010e35649147eb340e0..2a2a9736b6f837b7e863403926814d1d4f99990f 100644 (file)
@@ -36,8 +36,6 @@
 #include "packet_id.h"
 #include "reliable.h"
 
-#include "mock_msg.h"
-
 struct test_packet_id_write_data {
     struct {
         uint32_t buf_id;
index 9f49ee7bd3f4149240a248ee839c0315d5517ed9..7f0518414ad0ce777957abf1d004be1f21659d0a 100644 (file)
@@ -40,7 +40,6 @@
 #include "ssl_pkt.h"
 #include "tls_crypt.h"
 
-#include "mock_msg.h"
 #include "mss.h"
 #include "reliable.h"
 
index ed7c7948c18b972e8808dd4dbecc9cc5571d0df7..465543a740ea7cae4e41b8f6f96057c7556f2685 100644 (file)
@@ -36,8 +36,6 @@
 
 #include "tls_crypt.c"
 
-#include "mock_msg.h"
-
 /* Define this function here as dummy since including the ssl_*.c files
  * leads to having to include even more unrelated code */
 bool