Restored path names that were changed by a previous "Configure" run.
authorBodo Möller <bodo@openssl.org>
Thu, 6 May 1999 23:46:26 +0000 (23:46 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 6 May 1999 23:46:26 +0000 (23:46 +0000)
(Rather than changing the files in places, we really should use .in files.)
Submitted by:
Reviewed by:
PR:

tools/c_rehash
util/mk1mf.pl

index d89ab38e645d277b52df0c37847ef1ef444abb07..cc3b65871f06a8987e9509ebe32de9244bd4221a 100644 (file)
@@ -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
index 438097b600420679b8fd3b67f894ac628c863cd0..7749505c508d28f2bbfb3119f6c385335f93af0a 100755 (executable)
@@ -5,7 +5,7 @@
 # funny stuff
 #
 
-$INSTALLTOP="/usr/ssl";
+$INSTALLTOP="/usr/local/ssl";
 
 $ssl_version="0.9.2b";