Skip to content
Snippets Groups Projects
Commit a1a198a9 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Use openssl quic-draft-17 branch

parent dd1507be
No related merge requests found
...@@ -52,7 +52,7 @@ Build from git ...@@ -52,7 +52,7 @@ Build from git
.. code-block:: text .. code-block:: text
$ git clone --depth 1 -b quic-draft-15 https://github.com/tatsuhiro-t/openssl $ git clone --depth 1 -b quic-draft-17 https://github.com/tatsuhiro-t/openssl
$ cd openssl $ cd openssl
$ # For Linux $ # For Linux
$ ./config enable-tls1_3 --prefix=$PWD/build $ ./config enable-tls1_3 --prefix=$PWD/build
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#build last openssl master (for Travis) #build last openssl master (for Travis)
cd .. cd ..
git clone --depth 1 -b quic-draft-15 https://github.com/tatsuhiro-t/openssl git clone --depth 1 -b quic-draft-17 https://github.com/tatsuhiro-t/openssl
cd openssl cd openssl
./config enable-tls1_3 --prefix=$PWD/build ./config enable-tls1_3 --prefix=$PWD/build
make -j$(nproc) make -j$(nproc)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment