summaryrefslogtreecommitdiffstats
path: root/node_modules/create-ecdh/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/create-ecdh/index.js')
-rw-r--r--node_modules/create-ecdh/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/create-ecdh/index.js b/node_modules/create-ecdh/index.js
new file mode 100644
index 0000000..841d085
--- /dev/null
+++ b/node_modules/create-ecdh/index.js
@@ -0,0 +1,3 @@
+var createECDH = require('crypto').createECDH
+
+module.exports = createECDH || require('./browser')