From 60f7a56a35bf92c7cd21ba0fe93004fe5bb41c0b Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Date: Thu, 21 Nov 2019 23:36:14 +0900
Subject: [PATCH] Update interop docker to use OpenSSL_1_1_1d-quic-draft-24

---
 interop/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interop/Dockerfile b/interop/Dockerfile
index e72592c1..a999d8fd 100644
--- a/interop/Dockerfile
+++ b/interop/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && \
         git g++ make binutils autoconf automake autotools-dev libtool \
 	pkg-config libev-dev libjemalloc-dev \
         libev4 libjemalloc2 ca-certificates mime-support && \
-    git clone --depth 1 -b openssl-quic-draft-24 https://github.com/tatsuhiro-t/openssl && \
+    git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-24 https://github.com/tatsuhiro-t/openssl && \
     cd openssl && ./config enable-tls1_3 --openssldir=/etc/ssl && make -j$(nproc) && make install_sw && cd .. && rm -rf openssl && \
     git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
     cd nghttp3 && autoreconf -i && \
-- 
GitLab