summaryrefslogtreecommitdiff
path: root/scripts/travis/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis/before_script.sh')
-rwxr-xr-xscripts/travis/before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 0e05e977d..c4a5adb8c 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then
make install
else
cd $HOME
- git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl possl
+ git clone --depth 1 -b OpenSSL_1_1_1j+quic https://github.com/quictls/openssl possl
cd possl
./config enable-tls1_3 --prefix=$HOME/ngbuild
make