Commit 6bd27f86 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix prime generation loop in crypto/bn/bn_prime.pl by making

sure the loop does correctly stop and breaking ("division by zero")
modulus operations are not performed. The (pre-generated) prime
table crypto/bn/bn_prime.h was already correct, but it could not be
re-generated on some platforms because of the "division by zero"
situation in the script.
parent dfe399e7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment