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

Use official openssl repository

parent aac7fde4
No related merge requests found
...@@ -47,15 +47,12 @@ branch) as crypto backend: ...@@ -47,15 +47,12 @@ branch) as crypto backend:
* OpenSSL (https://github.com/openssl/openssl/) * OpenSSL (https://github.com/openssl/openssl/)
At the moment, the patched OpenSSL is required to compile ngtcp2 to
enable 0-RTT. See below.
Build from git Build from git
-------------- --------------
.. code-block:: text .. code-block:: text
$ git clone --depth 1 -b early-exporter https://github.com/tatsuhiro-t/openssl $ git clone --depth 1 https://github.com/openssl/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 early-exporter https://github.com/tatsuhiro-t/openssl git clone --depth 1 https://github.com/openssl/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