Deleted Added
full compact
381c381
< BN_ULONG delta,d;
---
> BN_ULONG delta,maxdelta;
387a388
> maxdelta=BN_MASK2 - primes[NUMPRIMES-1];
395d395
< d=delta;
397,400c397
< /* perhaps need to check for overflow of
< * delta (but delta can be up to 2^32)
< * 21-May-98 eay - added overflow check */
< if (delta < d) goto again;
---
> if (delta > maxdelta) goto again;