I found a #define of 64 bits long in 32 bits long parts
 
code :
#ifdef THIRTY_TWO_BIT
...
...
#define BN_MASK (0xffffffffffffffffLL)
...
...
#endif
 
Is that normal ?
 
Jean Pierre

Reply via email to