[openssl] suppress deprecation messages

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-05-24 15:06:01 +03:00
parent bd00112562
commit 9c87fe79ea
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ if(NOT DEFINED OPENSSL_INCLUDE_DIR)
endif()
if(OPENSSL_VERSION VERSION_GREATER_EQUAL "3.0.0")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations")
add_definitions(-DOPENSSL_SUPPRESS_DEPRECATED)
endif()
if(WITH_UPNP)