summaryrefslogtreecommitdiffstats
path: root/VMS/openssl_utils.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:48:39 +0000
commit3c9293b4715229dc7ea2116d22c623c2a92ac69a (patch)
tree004b681aa6d29f07759a42749cb393e2b8200271 /VMS/openssl_utils.com.in
parent3bf7b73ea7123045b8f972badc67ed6878e6c37f (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)
Diffstat (limited to 'VMS/openssl_utils.com.in')
-rw-r--r--VMS/openssl_utils.com.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/VMS/openssl_utils.com.in b/VMS/openssl_utils.com.in
index edd733d7bb..900d0462c5 100644
--- a/VMS/openssl_utils.com.in
+++ b/VMS/openssl_utils.com.in
@@ -1,7 +1,7 @@
$ ! OpenSSL utilities
$ !
$
-$ v := {- sprintf "%02d%02d", split(/\./, $config{version}) -}
+$ v := {- sprintf "%02d", split(/\./, $config{version}) -}
$
$ OPENSSL'v' :== $OSSL$EXE:OPENSSL'v'
$ OPENSSL :== $OSSL$EXE:OPENSSL'v'