aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-24 00:29:17 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-24 00:36:03 +0100
commitb6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d (patch)
tree6253584d9a906840adcd5f2c04578d211fa089e3 /Configurations
parentb3514b47726b574abda3a3c48c931f919e15d132 (diff)
downloadopenssl-b6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d.zip
openssl-b6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d.tar.gz
openssl-b6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d.tar.bz2
VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/descrip.mms.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index e82d15e..b03cbb3 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -334,8 +334,9 @@ install_runtime : check_INSTALLTOP
COPY/PROT=W:RE [.APPS]CA.pl ossl_installroot:[EXE]
COPY/PROT=W:RE [.TOOLS]c_rehash. ossl_installroot:[EXE]c_rehash.pl
@ ! Install configuration file
+ - CREATE/DIR ossl_dataroot:[000000]
COPY/PROT=W:RE {- sourcefile("apps", "openssl-vms.cnf") -} -
- ossl_installroot:[000000]openssl.cnf
+ ossl_dataroot:[000000]openssl.cnf
install_engines : check_INSTALLTOP
@ {- output_off() unless scalar @{$unified_info{engines}}; "" -} !