mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
solaris: openssl: defeat openssl deprecation of md5
This commit is contained in:
parent
d72955cc7f
commit
c00ece34a1
1 changed files with 5 additions and 0 deletions
|
@ -287,6 +287,11 @@ else()
|
|||
set(LWS_WITH_NETLINK 0)
|
||||
endif()
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||
# its openssl has md5 deprecated
|
||||
set(LWS_SUPPRESS_DEPRECATED_API_WARNINGS 1)
|
||||
endif()
|
||||
|
||||
|
||||
#
|
||||
# to use miniz, enable both LWS_WITH_ZLIB and LWS_WITH_MINIZ
|
||||
|
|
Loading…
Add table
Reference in a new issue