Skip to content

Commit

Permalink
[debug CI only]
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Feb 5, 2021
1 parent cd94327 commit a188e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-crypto-prime.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ generatePrime(
}

{
console.error(process.versions.openssl);
// This is impossible because it implies (prime % 2**64) == 1 and
// prime < 2**64, meaning prime = 1, but 1 is not prime.
for (const add of [2n ** 64n, 2n ** 65n]) {
Expand Down

0 comments on commit a188e82

Please sign in to comment.