summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/c_rehash2
-rwxr-xr-xutil/mk1mf.pl2
2 files changed, 2 insertions, 2 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
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 438097b600..7749505c50 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -5,7 +5,7 @@
# funny stuff
#
-$INSTALLTOP="/usr/ssl";
+$INSTALLTOP="/usr/local/ssl";
$ssl_version="0.9.2b";