From 279d95f87539807344068890de0a426f4345d157 Mon Sep 17 00:00:00 2001
From: Christian Huitema <huitema@huitema.net>
Date: Fri, 30 Jul 2021 17:28:09 -0700
Subject: [PATCH] Update readme after synch with picotls

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

diff --git a/README.md b/README.md
index 25bbfb5f..67ef58c4 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,8 @@ Picoquic is developed in C, and can be built under Windows or Linux. Building th
 project requires first managing the dependencies, [Picotls](https://github.com/h2o/picotls)
 and OpenSSL. Please note that you will need a recent version of Picotls --
 the Picotls API has eveolved recently to support the latest version of QUIC. The
-current code is tested against the Picotls version of Fri Mar 26 06:55:11 2021 +0900,
-after commit `86ccc558004c6808d6605d2c0e6f8dd13ebd1376`. The code uses OpenSSL
+current code is tested against the Picotls version of Wed Jul 7 11:47:06 2021 +0900,
+after commit `9accdf4af580e2ad883c929f8ca7a4cc58f15379`. The code uses OpenSSL
 version 1.1.1.
 
 ## Picoquic on Windows
-- 
GitLab