VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP
authorRichard Levitte <levitte@openssl.org>
Wed, 23 Mar 2016 23:29:17 +0000 (00:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 23 Mar 2016 23:36:03 +0000 (00:36 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl

index e82d15e9ab78ea8528ad6cf8c91ffe7b08c416eb..b03cbb3de69b535333f47ca4c467c8f3f670c7c0 100644 (file)
@@ -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}}; "" -} !