summaryrefslogtreecommitdiffstats
path: root/tools/c_rehash
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c_rehash')
-rw-r--r--tools/c_rehash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c_rehash b/tools/c_rehash
index d89ab38e64..cc3b65871f 100644
--- a/tools/c_rehash
+++ b/tools/c_rehash
@@ -8,7 +8,7 @@ if [ "$OPENSSL"x = "x" -o ! -x "$OPENSSL" ]; then
OPENSSL='openssl'
export OPENSSL
fi
-DIR=/usr/ssl
+DIR=/usr/local/ssl
PATH=$DIR/bin:$PATH
if [ ! -f "$OPENSSL" ]; then