Commit fcb41c0e authored by Nils Larsch's avatar Nils Larsch
Browse files

rewrite of bn_nist.c, disable support for some curves on 64 bit platforms

for now (it was broken anyway)
parent 9b623183
Loading
Loading
Loading
Loading
+231 −321

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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