Skip to content

Commit

Permalink
use_wolfssl: Address #17516 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed May 14, 2024
1 parent 1d1f028 commit 9b543b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if(ENABLE_WOLFSSL)
list(APPEND CMAKE_REQUIRED_LIBRARIES wolfssl)
check_function_exists(wolfSSL_set_alpn_protos HAVE_WOLFSSL_SET_ALPN_PROTOS)
if(NOT HAVE_WOLFSSL_SET_ALPN_PROTOS)
message(FATAL_ERROR "Your WolfSSL library has not been compiled with the OPENSSL_EXTRA` flag, which is necessary to create symbols for the OpenSSL API that Netdata uses.")
message(FATAL_ERROR "Your WolfSSL library has not been compiled with the OPENSSL_EXTRA flag, which is necessary to create symbols for the OpenSSL API that Netdata uses.")
endif()
else()
# openssl/crypto
Expand Down

0 comments on commit 9b543b4

Please sign in to comment.