From 61364f9443fa59f261fd7ea3d1d4e8a0d747fd47 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 2 May 2010 11:19:01 -0700 Subject: [PATCH] GnuTLS -> OpenSSL on website --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index f1d807e573..4c709a591c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -109,7 +109,7 @@ server.listen(7000, "localhost"); tested on Linux, Macintosh, and Solaris. The build system requires Python 2.4 or better. V8, on which Node is built, supports only IA-32 and ARM processors. V8 is included in the - Node distribution. To use TLS, GnuTLS and libgpg-error are required. + Node distribution. To use TLS, OpenSSL are required. There are no other dependencies.