提交 bb000848 编写于 作者: A Andy Polyakov

Replace _int64 with __int64, which is more widely accepted among Win32

compiler vendors.
上级 db22e5fa
......@@ -167,7 +167,7 @@ extern "C" {
#ifdef THIRTY_TWO_BIT
#ifdef BN_LLONG
# if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__)
# define BN_ULLONG unsigned _int64
# define BN_ULLONG unsigned __int64
# else
# define BN_ULLONG unsigned long long
# endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册