projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3514b4
)
VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOP
author
Richard Levitte
<levitte@openssl.org>
Wed, 23 Mar 2016 23:29:17 +0000
(
00:29
+0100)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index e82d15e9ab78ea8528ad6cf8c91ffe7b08c416eb..b03cbb3de69b535333f47ca4c467c8f3f670c7c0 100644
(file)
--- 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_
install
root:[000000]openssl.cnf
+ ossl_
data
root:[000000]openssl.cnf
install_engines : check_INSTALLTOP
@ {- output_off() unless scalar @{$unified_info{engines}}; "" -} !