HTTP3: switched openssl branch to use

This commit is contained in:
Daniel Stenberg 2019-08-27 17:07:47 +02:00
parent 5b3be0729c
commit e93d7c3e90
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes.
Build (patched) OpenSSL
% git clone --depth 1 -b quic-draft-22 https://github.com/tatsuhiro-t/openssl
% git clone --depth 1 -b openssl-quic-draft-22 https://github.com/tatsuhiro-t/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1>
% make