summaryrefslogtreecommitdiffstats
path: root/VMS/openssl_ivp.com.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-10-15 12:22:04 +0200
committerMatt Caswell <matt@openssl.org>2021-12-14 11:50:16 +0000
commitbc0ac16417b326abbe295cf359f47922d3b6b05c (patch)
tree2b550f216a57f3fcaeab80122abadfec639bd28d /VMS/openssl_ivp.com.in
parent17cca0e85e83eac23069ddc5c5ebab6d7dd13ee1 (diff)
Fix VMS installation - consistent program names with version info
The program name version info is supposed to be the major release version number. This was forgotten when the versioning scheme was changed for 3.0, so the minor release version number slipped in as well. 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 3c9293b4715229dc7ea2116d22c623c2a92ac69a)
Diffstat (limited to 'VMS/openssl_ivp.com.in')
-rw-r--r--VMS/openssl_ivp.com.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/VMS/openssl_ivp.com.in b/VMS/openssl_ivp.com.in
index 825a699c4f..d1b1e7adbf 100644
--- a/VMS/openssl_ivp.com.in
+++ b/VMS/openssl_ivp.com.in
@@ -14,7 +14,7 @@ $ INSTALLTOP_ = F$PARSE("A.;",INSTALLTOP,,,"NO_CONCEAL") -
$ OPENSSLDIR_ = F$PARSE("A.;",OPENSSLDIR,,,"NO_CONCEAL") -
- ".][000000" - "[000000." - "][" - "]A.;" + "."
$
-$ v := {- sprintf "%02d%02d", split(/\./, $config{version}) -}
+$ v := {- sprintf "%02d", split(/\./, $config{version}) -}
$ pz := {- $config{pointer_size} -}
$
$ @'INSTALLTOP_'SYS$STARTUP]openssl_startup'v'