Fix compilation for wolfssl variant

This commit is contained in:
vdutta 2022-06-07 22:28:27 +05:30
parent a9b7c5e115
commit 2c96216d8f

View file

@ -97,7 +97,6 @@ endif(BBF_JSON_PLUGIN)
IF(WITH_WOLFSSL)
SET(SSL_LIBS wolfssl)
SET(CRYPTO_LIBS crypto)
add_compile_definitions(LWOLFSSL)
ENDIF(WITH_WOLFSSL)