mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
OpenSSL: Visual Studio 2015 support
This commit is contained in:
@@ -153,3 +153,12 @@ void serialize_ec_point (ec_point const& point, std::uint8_t* ptr)
|
||||
|
||||
} // openssl
|
||||
} // ripple
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef _MSC_VER
|
||||
FILE _iob[] = {*stdin, *stdout, *stderr};
|
||||
extern "C" FILE * __cdecl __iob_func(void)
|
||||
{
|
||||
return _iob;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user