Skip to content

Commit 4b2662c

Browse files
committed
TCP input TLS - link with OpenSSL
1 parent 60e78de commit 4b2662c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/input/tcp/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ if (CMAKE_HOST_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_HOST_SYSTEM_NAME STREQUAL
2929
)
3030
endif()
3131

32+
target_link_libraries(tcp-input crypto ssl)
33+
3234
install(
3335
TARGETS tcp-input
3436
LIBRARY DESTINATION "${INSTALL_DIR_LIB}/ipfixcol2/"

0 commit comments

Comments
 (0)