summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/keygen.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/crypto/keygen.js')
-rw-r--r--lib/internal/crypto/keygen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/internal/crypto/keygen.js b/lib/internal/crypto/keygen.js
index 10ab49760b..f646f436f7 100644
--- a/lib/internal/crypto/keygen.js
+++ b/lib/internal/crypto/keygen.js
@@ -1,5 +1,7 @@
'use strict';
+const { Object } = primordials;
+
const { AsyncWrap, Providers } = internalBinding('async_wrap');
const {
generateKeyPairRSA,