mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
Fix issue with hydra not compiling since adding custom ssl prefix
This commit is contained in:
parent
fe116d716c
commit
f449920822
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -149,7 +149,7 @@ if [ "X" != "X$DEBUG" ]; then
|
||||||
echo DEBUG: SSL_INC=$INCDIRS `ls -d /*ssl/include /opt/*ssl/include /usr/*ssl/include /usr/local/*ssl/include 2> /dev/null`
|
echo DEBUG: SSL_INC=$INCDIRS `ls -d /*ssl/include /opt/*ssl/include /usr/*ssl/include /usr/local/*ssl/include 2> /dev/null`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "X" = "X$WSSL_LIB_PATH" ]; then
|
if [ "X" != "X$WSSL_LIB_PATH" ]; then
|
||||||
SSL_PATH="$i"
|
SSL_PATH="$i"
|
||||||
CRYPTO_PATH="$i"
|
CRYPTO_PATH="$i"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue