From b6fe86cdea3bc42476fcd0fe4c3a5a416168ad5d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 24 Mar 2016 00:29:17 +0100 Subject: [PATCH] VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP Reviewed-by: Rich Salz --- Configurations/descrip.mms.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}; "" -} ! -- 2.25.1