CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/07 06:41:40
Modified files:
lib/libcrypto/bn: bn.h
Log message:
Use 64 bit BN_ULONG on 64 bit Windows platforms.
64 bit Windows is a special LLP snowflake and it is currently incorrectly
using 32 bit BN_ULONG, since _LP64 is not defined. Enable 64 bit BN_ULONG
if _LP64 or _WIN64 is defined.
ok tb@
