From 66ab062f3486664c5243247eceb6f53dea9c012f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Thu, 4 Oct 2018 15:45:41 +0900 Subject: [PATCH] Update build dep --- README.rst | 2 +- ci/build_openssl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 514315f0..bc4d1994 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Build from git .. code-block:: text - $ git clone --depth 1 -b quic-draft-14 https://github.com/tatsuhiro-t/openssl + $ git clone --depth 1 -b quic-draft-15 https://github.com/tatsuhiro-t/openssl $ cd openssl $ # For Linux $ ./config enable-tls1_3 --prefix=$PWD/build diff --git a/ci/build_openssl.sh b/ci/build_openssl.sh index 9a0a9d60..47bfa8d5 100755 --- a/ci/build_openssl.sh +++ b/ci/build_openssl.sh @@ -2,7 +2,7 @@ #build last openssl master (for Travis) cd .. -git clone --depth 1 -b quic-draft-14 https://github.com/tatsuhiro-t/openssl +git clone --depth 1 -b quic-draft-15 https://github.com/tatsuhiro-t/openssl cd openssl ./config enable-tls1_3 --prefix=$PWD/build make -j$(nproc) -- GitLab