From 3f78a478f330cfe935338b0ae75e2897e6575b51 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Date: Sat, 30 Mar 2019 13:14:21 +0900
Subject: [PATCH] Update doc

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

diff --git a/README.rst b/README.rst
index 25009d8f..538e550d 100644
--- a/README.rst
+++ b/README.rst
@@ -42,12 +42,13 @@ To build sources under the examples directory, libev and nghttp3 are
 required:
 
 * libev
-* nghttp3 (https://github.com/ngtcp2/nghttp3)
+* nghttp3 (https://github.com/ngtcp2/nghttp3) for HTTP/3
 
-The client and server under examples directory require OpenSSL (master
-branch) as crypto backend:
+The client and server under examples directory require patched OpenSSL
+as crypto backend:
 
-* OpenSSL (https://github.com/openssl/openssl/)
+* Patched OpenSSL
+  (https://github.com/tatsuhiro-t/openssl/tree/quic-draft-19)
 
 Build from git
 --------------
-- 
GitLab