Fixed missing Crypt32.lib when linking openssl statically

This commit is contained in:
olszomal 2024-04-10 14:54:16 +02:00 committed by Michał Trojnara
parent aa8c8dd720
commit d9f0a8dade

View File

@ -83,7 +83,7 @@ target_link_libraries(osslsigncode PRIVATE ${ZLIB_LIBRARIES})
if(NOT UNIX)
# https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-shutdown
target_link_libraries(osslsigncode PRIVATE Ws2_32.lib)
target_link_libraries(osslsigncode PRIVATE Ws2_32.lib crypt32.lib)
endif(NOT UNIX)
# add paths to linker search and installed rpath