Browse Source

doc: OpenSSL is bundled now.

v0.9.3-release
isaacs 12 years ago
parent
commit
f3621359f4
  1. 3
      doc/api/crypto.markdown

3
doc/api/crypto.markdown

@ -5,8 +5,7 @@
Use `require('crypto')` to access this module. Use `require('crypto')` to access this module.
The crypto module requires OpenSSL to be available on the underlying The crypto module offers a way of encapsulating secure credentials to be
platform. It offers a way of encapsulating secure credentials to be
used as part of a secure HTTPS net or http connection. used as part of a secure HTTPS net or http connection.
It also offers a set of wrappers for OpenSSL's hash, hmac, cipher, It also offers a set of wrappers for OpenSSL's hash, hmac, cipher,

Loading…
Cancel
Save