Skip to content

Commit

Permalink
Fix build with TLS, but not security (#4156)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
(cherry picked from commit fae8f1e)

# Conflicts:
#	test/blackbox/common/BlackboxTestsSecurity.cpp
  • Loading branch information
MiguelCompany authored and mergify[bot] committed Dec 18, 2023
1 parent f7e55aa commit 288ecd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/blackbox/common/BlackboxTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ using namespace eprosima::fastrtps::rtps;

//#define cout "Use Log instead!"

const char* certs_path = nullptr;
uint16_t global_port = 0;
bool enable_datasharing;
bool use_pull_mode;
Expand Down
1 change: 1 addition & 0 deletions test/blackbox/common/BlackboxTests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ extern void blackbox_security_init();
extern void tls_init();
#endif // if TLS_FOUND

extern const char* certs_path;
extern uint16_t global_port;
extern bool enable_datasharing;
extern bool use_pull_mode;
Expand Down
3 changes: 3 additions & 0 deletions test/blackbox/common/BlackboxTestsSecurity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ using namespace eprosima::fastrtps::rtps;
using test_UDPv4Transport = eprosima::fastdds::rtps::test_UDPv4Transport;
using test_UDPv4TransportDescriptor = eprosima::fastdds::rtps::test_UDPv4TransportDescriptor;

<<<<<<< HEAD
static const char* certs_path = nullptr;

=======
>>>>>>> fae8f1e22 (Fix build with TLS, but not security (#4156))
enum communication_type
{
TRANSPORT,
Expand Down

0 comments on commit 288ecd1

Please sign in to comment.