lib/net: Include openssl applink shim into Windows builds
This commit is contained in:
parent
b677a0b419
commit
e8ac56b045
|
@ -57,6 +57,12 @@
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <stdexcept>
|
#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 barrier {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
Loading…
Reference in New Issue