Skip to content

Commit

Permalink
fixup! test: split pummel crypto dh test into two separate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 23, 2019
1 parent caceabd commit f1c9369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pummel/test-crypto-dh-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (!common.hasCrypto)
const assert = require('assert');
const crypto = require('crypto');

[ 'modp1', 'modp2', 'modp5', 'modp14', 'modp15', 'modp16', 'modp17', 'modp18' ]
[ 'modp1', 'modp2', 'modp5', 'modp14', 'modp15', 'modp16', 'modp17' ]
.forEach((name) => {
// modp1 is 768 bits, FIPS requires >= 1024
if (name === 'modp1' && common.hasFipsCrypto)
Expand Down

0 comments on commit f1c9369

Please sign in to comment.