Skip to content

Commit

Permalink
Enabling key logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorman committed Nov 18, 2024
1 parent 14b5f1b commit c748435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quic-openssl-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN git clone --depth 1 https://github.com/ngtcp2/nghttp3.git && \
# download and build openssl
RUN git clone --depth 1 -b $OPENSSL_BRANCH $OPENSSL_URL && \
cd openssl && \
./Configure enable-fips enable-demos disable-docs --prefix=/usr --openssldir=/etc/pki/tls && \
./Configure enable-sslkeylog enable-fips enable-demos disable-docs --prefix=/usr --openssldir=/etc/pki/tls && \
make -j 4 && make install && cp demos/guide/quic-hq-interop /usr/local/bin && \
cp demos/guide/quic-hq-interop-server /usr/local/bin && \
rm -rf /openssl
Expand Down

0 comments on commit c748435

Please sign in to comment.