diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-12-05 18:19:18 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-12-05 18:19:18 -0800 |
commit | 0b0faceb198c68669d078f00ebda0d80c3793866 (patch) | |
tree | 082413d19e733ca1c2e39829c933036710dbfbf6 /lib/crypto.js | |
parent | 5bca100afef1e4b7c88932a855a7129c58f2dd31 (diff) | |
download | node-new-0b0faceb198c68669d078f00ebda0d80c3793866.tar.gz |
Move securepair stuff into tls.js
Diffstat (limited to 'lib/crypto.js')
-rw-r--r-- | lib/crypto.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/crypto.js b/lib/crypto.js index c5edc59a43..130d17d8a6 100644 --- a/lib/crypto.js +++ b/lib/crypto.js @@ -105,7 +105,3 @@ exports.Verify = Verify; exports.createVerify = function(algorithm) { return (new Verify).init(algorithm); }; - - -var securepair = require('securepair'); -exports.createPair = securepair.createSecurePair; |