Loading crypto/bn/bn_nist.c +231 −321 File changed.Preview size limit exceeded, changes collapsed. Show changes crypto/ec/ecp_nist.c +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ const EC_METHOD *EC_GFp_nist_method(void) return &ret; } #if BN_BITS2 == 64 && UINT_MAX != 4294967295UL && ULONG_MAX != 4294967295UL #if BN_BITS2 == 64 #define NO_32_BIT_TYPE #endif Loading Loading
crypto/bn/bn_nist.c +231 −321 File changed.Preview size limit exceeded, changes collapsed. Show changes
crypto/ec/ecp_nist.c +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ const EC_METHOD *EC_GFp_nist_method(void) return &ret; } #if BN_BITS2 == 64 && UINT_MAX != 4294967295UL && ULONG_MAX != 4294967295UL #if BN_BITS2 == 64 #define NO_32_BIT_TYPE #endif Loading