From 04d5ca41df499ff203428b89a2a9eb8dd0ac32a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Mon, 23 May 2016 20:33:11 -0300 Subject: [PATCH] adds --enable-Sha512 to make sure it is always present --- wrapper/python/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrapper/python/README.rst b/wrapper/python/README.rst index 53c9f5158..494be1e02 100644 --- a/wrapper/python/README.rst +++ b/wrapper/python/README.rst @@ -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