summaryrefslogtreecommitdiff
path: root/lib/crypto.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto.js')
-rw-r--r--lib/crypto.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/crypto.js b/lib/crypto.js
index 6bfa8319c1..e2d1875d8d 100644
--- a/lib/crypto.js
+++ b/lib/crypto.js
@@ -24,7 +24,9 @@
'use strict';
-const { Object } = primordials;
+const {
+ ObjectDefineProperties,
+} = primordials;
const {
assertCrypto,
@@ -220,7 +222,7 @@ function getFipsForced() {
return 1;
}
-Object.defineProperties(module.exports, {
+ObjectDefineProperties(module.exports, {
createCipher: {
enumerable: false,
value: deprecate(createCipher,