Commit 559b52ac authored by Bodo Möller's avatar Bodo Möller
Browse files

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:
parent ce0d9f04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# funny stuff
#

$INSTALLTOP="/usr/ssl";
$INSTALLTOP="/usr/local/ssl";

$ssl_version="0.9.2b";