From 45322709633a4bf669f11b402c96df725de7242f Mon Sep 17 00:00:00 2001 From: jacobkeeler Date: Wed, 21 Mar 2018 09:32:36 -0400 Subject: Fix build issues and test failures when building with ENABLE_SECURITY=OFF --- src/components/protocol_handler/test/protocol_handler_tm_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/protocol_handler/test/protocol_handler_tm_test.cc') diff --git a/src/components/protocol_handler/test/protocol_handler_tm_test.cc b/src/components/protocol_handler/test/protocol_handler_tm_test.cc index cb11eca887..77de1705da 100644 --- a/src/components/protocol_handler/test/protocol_handler_tm_test.cc +++ b/src/components/protocol_handler/test/protocol_handler_tm_test.cc @@ -41,8 +41,10 @@ #include "protocol_handler/mock_protocol_handler_settings.h" #include "protocol_handler/mock_session_observer.h" #include "connection_handler/mock_connection_handler.h" +#ifdef ENABLE_SECURITY #include "security_manager/mock_security_manager.h" #include "security_manager/mock_ssl_context.h" +#endif // ENABLE_SECURITY #include "transport_manager/mock_transport_manager.h" #include "utils/make_shared.h" #include "utils/test_async_waiter.h" -- cgit v1.2.1