diff --git a/lib/_tls_wrap.js b/lib/_tls_wrap.js index e163f2647ad..f667fd16437 100644 --- a/lib/_tls_wrap.js +++ b/lib/_tls_wrap.js @@ -728,8 +728,8 @@ Server.prototype.setOptions = function(options) { options.secureOptions); if (options.honorCipherOrder) { - secureOptions |= constants.SSL_OP_CIPHER_SERVER_PREFERENCE; - } + secureOptions |= constants.SSL_OP_CIPHER_SERVER_PREFERENCE; + } if (options.honorCipherOrder) this.honorCipherOrder = true;