aboutsummaryrefslogtreecommitdiff
path: root/node_modules/diffie-hellman/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/diffie-hellman/index.js')
-rw-r--r--node_modules/diffie-hellman/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/diffie-hellman/index.js b/node_modules/diffie-hellman/index.js
deleted file mode 100644
index ab7c40fec..000000000
--- a/node_modules/diffie-hellman/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var crypto = require('crypto')
-
-// getDiffieHellman
-exports.DiffieHellmanGroup = crypto.DiffieHellmanGroup
-exports.createDiffieHellmanGroup = crypto.createDiffieHellmanGroup
-exports.getDiffieHellman = crypto.getDiffieHellman
-
-// createDiffieHellman
-exports.createDiffieHellman = crypto.createDiffieHellman
-exports.DiffieHellman = crypto.DiffieHellman