aboutsummaryrefslogtreecommitdiff
path: root/lib/tls.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tls.js')
-rw-r--r--lib/tls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tls.js b/lib/tls.js
index 57228ca273..3335632c93 100644
--- a/lib/tls.js
+++ b/lib/tls.js
@@ -46,7 +46,7 @@ exports.CLIENT_RENEG_LIMIT = 3;
exports.CLIENT_RENEG_WINDOW = 600;
exports.DEFAULT_CIPHERS =
- process.binding('constants').crypto.defaultCipherList;
+ internalBinding('constants').crypto.defaultCipherList;
exports.DEFAULT_ECDH_CURVE = 'auto';