aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-20 18:11:51 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-22 00:52:31 +0100
commitd74dfafd8bfb98e77ba07c4827362836e4160e94 (patch)
tree660bf9979109d15b468700c2d4f66fc03e6d1d39 /util
parentdd67493c344d9d98413d2ee7fd2b6fa9411d975c (diff)
downloadopenssl-d74dfafd8bfb98e77ba07c4827362836e4160e94.tar.gz
Refresh the thinking of --prefix and --openssldir
--prefix is now exclusively used for software and manual installation. --openssldir is not exclusively used as a default location for certs, keys and the default openssl.cnf. This change is made to bring clarity, to have the two less intertwined, and to be more compatible with the usual ways of software installation. Please change your habits and scripts to use --prefix rather than --openssldir for installation location now. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 490df2891d..6cece33e8e 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -9,7 +9,7 @@
use Cwd;
-$INSTALLTOP="/usr/local/ssl";
+$INSTALLTOP="/usr/local";
$OPENSSLDIR="/usr/local/ssl";
$OPTIONS="";
$ssl_version="";