Skip to content

Commit 8079499

Browse files
committed
TCP input TLS - link with OpenSSL
1 parent 8cb21cd commit 8079499

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
@@ -25,6 +25,8 @@ if (CMAKE_HOST_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_HOST_SYSTEM_NAME STREQUAL
2525
)
2626
endif()
2727

28+
target_link_libraries(tcp-input crypto ssl)
29+
2830
install(
2931
TARGETS tcp-input
3032
LIBRARY DESTINATION "${INSTALL_DIR_LIB}/ipfixcol2/"

0 commit comments

Comments
 (0)