Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment