Commit 30e340ad authored by Roman Reiss's avatar Roman Reiss Committed by Ben Noordhuis
Browse files

test: fix parallel/test-tls-getcipher

The test blindly assumes that the default cipher suite supports RC4
ciphers. This corrects the case where RC4 might not be available in the
default ciphers by setting the client to use the same suite as the
server.

PR-URL: https://github.com/iojs/io.js/pull/853


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 35ed7993
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