Loading crypto/bn/bn.h +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ extern "C" { #define BN_BYTES 4 #define BN_BITS2 32 #define BN_BITS4 16 #ifdef _MSC_VER #if defined(_MSC_VER) || defined(__BORLANDC__) /* VC++ doesn't like the LL suffix */ #define BN_MASK (0xffffffffffffffffL) #else Loading util/pl/BC-32.pl +2 −2 Original line number Diff line number Diff line Loading @@ -52,9 +52,9 @@ $lfile=''; $shlib_ex_obj=""; $app_ex_obj="c0x32.obj"; $asm='n_o_T_a_s_m'; $asm='nasmw -f obj'; $asm.=" /Zi" if $debug; $afile='/Fo'; $afile='-o'; $bn_mulw_obj=''; $bn_mulw_src=''; Loading Loading
crypto/bn/bn.h +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ extern "C" { #define BN_BYTES 4 #define BN_BITS2 32 #define BN_BITS4 16 #ifdef _MSC_VER #if defined(_MSC_VER) || defined(__BORLANDC__) /* VC++ doesn't like the LL suffix */ #define BN_MASK (0xffffffffffffffffL) #else Loading
util/pl/BC-32.pl +2 −2 Original line number Diff line number Diff line Loading @@ -52,9 +52,9 @@ $lfile=''; $shlib_ex_obj=""; $app_ex_obj="c0x32.obj"; $asm='n_o_T_a_s_m'; $asm='nasmw -f obj'; $asm.=" /Zi" if $debug; $afile='/Fo'; $afile='-o'; $bn_mulw_obj=''; $bn_mulw_src=''; Loading