summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/crypto/util.js')
-rw-r--r--lib/internal/crypto/util.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/internal/crypto/util.js b/lib/internal/crypto/util.js
index 8bf66e9cdf..286efc39a6 100644
--- a/lib/internal/crypto/util.js
+++ b/lib/internal/crypto/util.js
@@ -1,6 +1,10 @@
'use strict';
const {
+ Symbol,
+} = primordials;
+
+const {
getCiphers: _getCiphers,
getCurves: _getCurves,
getHashes: _getHashes,