mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 07:20:15 +03:00
Merge pull request #1348 from p12tic/fix-openssl-windows-applink
Include openssl applink shim into Windows builds
This commit is contained in:
commit
dd31d0a539
@ -57,6 +57,12 @@
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
|
||||
#if SYSAPI_WIN32
|
||||
// Windows builds require a shim that makes it possible to link to different
|
||||
// versions of the Win32 C runtime. See OpenSSL FAQ.
|
||||
#include <openssl/applink.c>
|
||||
#endif
|
||||
|
||||
namespace barrier {
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user