mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05:00
parent
7731c35886
commit
9ee5701f12
@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes.
|
|||||||
|
|
||||||
Build (patched) OpenSSL
|
Build (patched) OpenSSL
|
||||||
|
|
||||||
% git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl
|
% git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl
|
||||||
% cd openssl
|
% cd openssl
|
||||||
% ./config enable-tls1_3 --prefix=<somewhere1>
|
% ./config enable-tls1_3 --prefix=<somewhere1>
|
||||||
% make
|
% make
|
||||||
|
@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then
|
|||||||
make install
|
make install
|
||||||
else
|
else
|
||||||
cd $HOME
|
cd $HOME
|
||||||
git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl possl
|
git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl possl
|
||||||
cd possl
|
cd possl
|
||||||
./config enable-tls1_3 --prefix=$HOME/ngbuild
|
./config enable-tls1_3 --prefix=$HOME/ngbuild
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user