mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
adjust to OpenSSL_0_9_6-stable version
This commit is contained in:
parent
b955dbd325
commit
c5d4ab7e35
@ -89,8 +89,9 @@ extern "C" {
|
||||
* using "long long's", are 32bit, and are not using my assembler code. */
|
||||
#if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || \
|
||||
defined(OPENSSL_SYS_WIN32) || defined(linux)
|
||||
#undef BN_DIV2W
|
||||
#define BN_DIV2W
|
||||
# ifndef BN_DIV2W
|
||||
# define BN_DIV2W
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* assuming long is 64bit - this is the DEC Alpha
|
||||
|
Loading…
Reference in New Issue
Block a user