Loading crypto/bn/bn.h +3 −2 Original line number Diff line number Diff line Loading @@ -89,9 +89,10 @@ 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 # ifndef BN_DIV2W # define BN_DIV2W # endif #endif /* assuming long is 64bit - this is the DEC Alpha * unsigned long long is only 64 bits :-(, don't define Loading Loading
crypto/bn/bn.h +3 −2 Original line number Diff line number Diff line Loading @@ -89,9 +89,10 @@ 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 # ifndef BN_DIV2W # define BN_DIV2W # endif #endif /* assuming long is 64bit - this is the DEC Alpha * unsigned long long is only 64 bits :-(, don't define Loading