From: Richard Levitte Date: Wed, 23 Mar 2016 23:29:17 +0000 (+0100) Subject: VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP X-Git-Tag: OpenSSL_1_1_0-pre5~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d;p=oweals%2Fopenssl.git VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP Reviewed-by: Rich Salz --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index e82d15e9ab..b03cbb3de6 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}}; "" -} !