Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
tls: remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
fukayatsu authored and bnoordhuis committed Apr 16, 2012
1 parent 0d13142 commit 0f95a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tls.js
Expand Up @@ -1023,7 +1023,6 @@ Server.prototype.setOptions = function(options) {
if (options.secureProtocol) this.secureProtocol = options.secureProtocol;
if (options.crl) this.crl = options.crl;
if (options.ciphers) this.ciphers = options.ciphers;
if (options.secureProtocol) this.secureProtocol = options.secureProtocol;
var secureOptions = options.secureOptions || 0;
if (options.honorCipherOrder) {
secureOptions |= constants.SSL_OP_CIPHER_SERVER_PREFERENCE;
Expand Down

0 comments on commit 0f95a93

Please sign in to comment.