Skip to content

Commit

Permalink
Fix issue with hydra not compiling since adding custom ssl prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanm committed Dec 28, 2015
1 parent fe116d7 commit f449920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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`
fi

if [ "X" = "X$WSSL_LIB_PATH" ]; then
if [ "X" != "X$WSSL_LIB_PATH" ]; then
SSL_PATH="$i"
CRYPTO_PATH="$i"
else
Expand Down

0 comments on commit f449920

Please sign in to comment.