summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-06 23:36:54 +0000
committerBodo Möller <bodo@openssl.org>1999-05-06 23:36:54 +0000
commitce0d9f049a1cc054aec0c4da627156aee74b1d76 (patch)
treedc49f6f57a877b5f1401385d91a1d307e1022426 /tools
parent5612f93f3700af8e0b64341b636231522c7aa9cf (diff)
Some comments.
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 cc3b65871f..d89ab38e64 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/local/ssl
+DIR=/usr/ssl
PATH=$DIR/bin:$PATH
if [ ! -f "$OPENSSL" ]; then