HTTP3.md: add missing autoreconf command for building with wolfssl

Closes #9353
This commit is contained in:
Fabian Fischer 2022-08-23 13:54:27 +02:00 committed by Daniel Stenberg
parent 1e0f67f82b
commit 75ca89856c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -116,6 +116,7 @@ Build wolfSSL
% git clone https://github.com/wolfSSL/wolfssl.git
% cd wolfssl
% autoreconf -fi
% ./configure --prefix=<somewhere1> --enable-quic --enable-session-ticket --enable-earlydata --enable-psk --enable-harden --enable-altcertchains
% make
% make install