aboutsummaryrefslogtreecommitdiffstats
path: root/tools/c_rehash
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c_rehash')
-rw-r--r--tools/c_rehash4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/c_rehash b/tools/c_rehash
index 007600152c..cd4e26a49b 100644
--- a/tools/c_rehash
+++ b/tools/c_rehash
@@ -4,12 +4,12 @@
# on the command line.
#
-if [ "$SSLEAY"x = "x" ]; then
+if [ "$SSLEAY"x = "x" -o ! -x $SSLEAY ]; then
SSLEAY='ssleay'
export SSLEAY
fi
DIR=/usr/local/ssl
-#PATH=$DIR/bin:$PATH
+PATH=$DIR/bin:$PATH
SSL_DIR=$DIR/certs