ssl,ssh and http-form fixes

This commit is contained in:
van Hauser 2016-01-20 15:41:09 +01:00
parent 852aa716f5
commit 725d14b9a5
3 changed files with 6 additions and 4 deletions

2
configure vendored
View file

@ -191,7 +191,7 @@ else
fi
SSLNEW=""
if [ "X" = "X$WSSL_PATH" ]; then
if [ "X" = "X$SSL_PATH" ]; then
SSL_PATH="$i"
SSLNEW=`grep SHA256_CTX $i/openssl/sha.h 2> /dev/null`
else