From 6abbf247d2022f2ff66f99f07711c5184baf43d8 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Date: Mon, 8 Jan 2018 14:36:16 +0900
Subject: [PATCH] Fix misleading SSL/TLS backend explanation

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 9bc275d9..4b3c7737 100644
--- a/README.rst
+++ b/README.rst
@@ -169,11 +169,11 @@ JSON-RPC over WebSocket  libnettle or libgcrypt or OpenSSL
 A user can have one of the following configurations for SSL and crypto
 libraries:
 
-* libgcrypt
-* libnettle
 * OpenSSL
 * GnuTLS + libgcrypt
 * GnuTLS + libnettle
+* Apple TLS (OSX only)
+* Windows TLS (Windows only)
 
 You can disable BitTorrent and Metalink support by providing
 ``--disable-bittorrent`` and ``--disable-metalink`` to the configure