adds --enable-Sha512 to make sure it is always present
This commit is contained in:
parent
fcc0eb7a6a
commit
04d5ca41df
@ -35,7 +35,7 @@ or
|
|||||||
git clone https://github.com/wolfssl/wolfssl.git
|
git clone https://github.com/wolfssl/wolfssl.git
|
||||||
cd wolfssl/
|
cd wolfssl/
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure --enable-sha512
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ or
|
|||||||
git clone https://github.com/wolfssl/wolfssl.git
|
git clone https://github.com/wolfssl/wolfssl.git
|
||||||
cd wolfssl/
|
cd wolfssl/
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure --enable-sha512
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ or
|
|||||||
git clone git@github.com:wolfssl/wolfssl.git
|
git clone git@github.com:wolfssl/wolfssl.git
|
||||||
cd wolfssl
|
cd wolfssl
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure --enable-sha512
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user