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

Build with custom OpenSSL

parent 0a26b84a
Branches
No related merge requests found
......@@ -52,7 +52,7 @@ Build from git
.. code-block:: text
$ git clone --depth 1 https://github.com/openssl/openssl
$ git clone --depth 1 -b quic-draft-13 https://github.com/tatsuhiro-t/openssl
$ cd openssl
$ # For Linux
$ ./config enable-tls1_3 --prefix=$PWD/build
......
......@@ -2,7 +2,7 @@
#build last openssl master (for Travis)
cd ..
git clone --depth 1 https://github.com/openssl/openssl
git clone --depth 1 -b quic-draft-13 https://github.com/tatsuhiro-t/openssl
cd openssl
./config enable-tls1_3 --prefix=$PWD/build
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