doc: OpenSSL is bundled now.
authorisaacs <i@izs.me>
Tue, 23 Oct 2012 17:27:11 +0000 (10:27 -0700)
committerisaacs <i@izs.me>
Tue, 23 Oct 2012 17:48:51 +0000 (10:48 -0700)
doc/api/crypto.markdown

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