From f3621359f4866c8ed732a48ece4049cc6e9a8b91 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 23 Oct 2012 10:27:11 -0700 Subject: [PATCH] doc: OpenSSL is bundled now. --- doc/api/crypto.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 5f72659..28fda50 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -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, -- 2.7.4