Skip to content

Commit

Permalink
ansible: update to OpenSSL 3.0.0-alpha16+quic (#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored May 13, 2021
1 parent 0bbb151 commit 6ba3727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ENV OPENSSL300DIR /opt/openssl-3.0.0

RUN mkdir -p /tmp/openssl_3.0.0 && \
cd /tmp/openssl_3.0.0 && \
git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha15+quic --depth 1 && \
git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha16+quic --depth 1 && \
cd openssl && \
./config --prefix=$OPENSSL300DIR && \
make -j 6 && \
Expand Down

0 comments on commit 6ba3727

Please sign in to comment.