Skip to content

Commit

Permalink
OpenSSL: Fix missing legacy bundled Windows lib (3.0.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warlockbugs committed Jul 15, 2024
1 parent c59572e commit 9e083a3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,12 @@ if(WIN32 AND (BUILD_GAME_SERVER OR BUILD_LOGIN_SERVER OR BUILD_EXTRACTORS))
set(OPENSSL_LIBRARIES
"${CMAKE_SOURCE_DIR}/dep/lib/${DEP_ARCH}_release/libcrypto.lib"
"${CMAKE_SOURCE_DIR}/dep/lib/${DEP_ARCH}_release/libssl.lib"
"${CMAKE_SOURCE_DIR}/dep/lib/${DEP_ARCH}_release/legacy.lib"
)
set(OPENSSL_DEBUG_LIBRARIES
"${CMAKE_SOURCE_DIR}/dep/lib/${DEP_ARCH}_debug/libcrypto.lib"
"${CMAKE_SOURCE_DIR}/dep/lib/${DEP_ARCH}_debug/libssl.lib"
"${CMAKE_SOURCE_DIR}/dep/lib/${DEP_ARCH}_debug/legacy.lib"
)
endif()

Expand Down
Binary file added dep/lib/x64_Debug/legacy.lib
Binary file not shown.
Binary file added dep/lib/x64_MinSizeRel/legacy.lib
Binary file not shown.
Binary file added dep/lib/x64_RelWithDebInfo/legacy.lib
Binary file not shown.
Binary file added dep/lib/x64_Release/legacy.lib
Binary file not shown.

0 comments on commit 9e083a3

Please sign in to comment.