Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CommonFixtureFix Fixed 512 test testing 521 value
  • Loading branch information
timothywisdom committed Oct 6, 2017
commit f517ba10d6751eda150554d144888c4f26ba1464
2 changes: 1 addition & 1 deletion test/parallel/test-tls-client-getephemeralkeyinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function testECDHE256() {
}

function testECDHE512() {
test(512, 'ECDH', 'secp521r1', null);
test(512, 'ECDH', 'secp512r1', null);
ntests++;
}

Expand Down