mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
openssl: windows: also link with crypt32 in case used by openssl
This commit is contained in:
parent
74c7060c62
commit
77062d1c27
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ endif()
|
|||
if (WINCE)
|
||||
list(APPEND LIB_LIST_AT_END ws2.lib)
|
||||
elseif (WIN32)
|
||||
list(APPEND LIB_LIST_AT_END ws2_32.lib userenv.lib psapi.lib iphlpapi.lib)
|
||||
list(APPEND LIB_LIST_AT_END ws2_32.lib userenv.lib psapi.lib iphlpapi.lib crypt32.lib)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
|
|
Loading…
Add table
Reference in a new issue