adds --enable-Sha512 to make sure it is always present

This commit is contained in:
Moisés Guimarães 2016-05-23 20:33:11 -03:00
parent fcc0eb7a6a
commit 04d5ca41df

View File

@ -35,7 +35,7 @@ or
git clone https://github.com/wolfssl/wolfssl.git
cd wolfssl/
./autogen.sh
./configure
./configure --enable-sha512
make
sudo make install
@ -50,7 +50,7 @@ or
git clone https://github.com/wolfssl/wolfssl.git
cd wolfssl/
./autogen.sh
./configure
./configure --enable-sha512
make
sudo make install
@ -67,7 +67,7 @@ or
git clone git@github.com:wolfssl/wolfssl.git
cd wolfssl
./autogen.sh
./configure
./configure --enable-sha512
make
sudo make install