summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-06 23:46:26 +0000
committerBodo Möller <bodo@openssl.org>1999-05-06 23:46:26 +0000
commit559b52ac46a03a0d2870db032730a2ac2dbc2022 (patch)
treee3259bbdeb73a6e96a45c2b546a93c05ce53f826 /tools
parentce0d9f049a1cc054aec0c4da627156aee74b1d76 (diff)
Restored path names that were changed by a previous "Configure" run.
(Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR:
Diffstat (limited to 'tools')
-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