mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
openssl: windows: also link with crypt32 in case used by openssl
This commit is contained in:
parent
b9cfc0c567
commit
314690f38d
1 changed files with 1 additions and 1 deletions
|
@ -2137,7 +2137,7 @@ endif()
|
|||
if (WINCE)
|
||||
list(APPEND LIB_LIST ws2.lib)
|
||||
elseif (WIN32)
|
||||
list(APPEND LIB_LIST ws2_32.lib userenv.lib psapi.lib iphlpapi.lib)
|
||||
list(APPEND LIB_LIST ws2_32.lib userenv.lib psapi.lib iphlpapi.lib crypt32.lib)
|
||||
endif()
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "QNX")
|
||||
|
|
Loading…
Add table
Reference in a new issue