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:
diff --git a/tools/c_rehash b/tools/c_rehash
index d89ab38..cc3b658 100644
--- a/tools/c_rehash
+++ b/tools/c_rehash
@@ -8,7 +8,7 @@
 	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 438097b..7749505 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";