diff options
author | Richard Levitte <levitte@openssl.org> | 2021-10-15 12:27:50 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-12-14 11:50:16 +0000 |
commit | 59cf75435d45a678c81df246c1e8283dc60c4c39 (patch) | |
tree | a1cb9149ec9ec13db2c10a9d4fa11b134da4bd16 /VMS/openssl_ivp.com.in | |
parent | bc0ac16417b326abbe295cf359f47922d3b6b05c (diff) | |
download | openssl-new-59cf75435d45a678c81df246c1e8283dc60c4c39.tar.gz |
Fix VMS installation - $config{pointer_size} -> $target{pointer_size}
Configurations/descrip.mms.tmpl uses $target{pointer_size}, not
$config{pointer_size}, so the same should be used in installation
scripts, for consistency.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16842)
(cherry picked from commit e30545e9bd84e3ace70fb1e1c5ad6d824545fe36)
Diffstat (limited to 'VMS/openssl_ivp.com.in')
-rw-r--r-- | VMS/openssl_ivp.com.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VMS/openssl_ivp.com.in b/VMS/openssl_ivp.com.in index d1b1e7adbf..70fec338b9 100644 --- a/VMS/openssl_ivp.com.in +++ b/VMS/openssl_ivp.com.in @@ -15,7 +15,7 @@ $ OPENSSLDIR_ = F$PARSE("A.;",OPENSSLDIR,,,"NO_CONCEAL") - - ".][000000" - "[000000." - "][" - "]A.;" + "." $ $ v := {- sprintf "%02d", split(/\./, $config{version}) -} -$ pz := {- $config{pointer_size} -} +$ pz := {- $target{pointer_size} -} $ $ @'INSTALLTOP_'SYS$STARTUP]openssl_startup'v' $ @'INSTALLTOP_'SYS$STARTUP]openssl_utils'v' |