Fix the wolfSSL build instructions.

pull/311/head
David Garske 2023-11-28 13:25:46 -08:00
parent 74fd3c6841
commit 119b6f275b
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ Mfg NTC (0), Vendor NPCT75x"!!4rls, Fw 7.2 (131072), FIPS 140-2 1, CC-EAL4 0
git clone https://github.com/wolfSSL/wolfssl.git
cd wolfssl
./autogen.sh
./configure --enable-certgen --enable-certreq --enable-certext --enable-pkcs7 --enable-cryptocb --enable-aescfb
./configure --enable-wolftpm
make
sudo make install
sudo ldconfig