Drop the last reference of SHLIB_EXT
authorRichard Levitte <levitte@openssl.org>
Sat, 20 May 2023 06:39:20 +0000 (08:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 May 2023 04:18:59 +0000 (06:18 +0200)
commitbc89c9f97735703f49f528d3c943de0b22ec33d7
tree368d0ed737420eda04bafd792a27d8ec54c1f72c
parentb501df3cefebcdaaeb7d6480b7a7b82d68927873
Drop the last reference of SHLIB_EXT

SHLIB_EXT is a variable that exists on OpenSSL build file templates before
version 3.0, for which much of the logic for figuring out file names and
such was moved to the 'platform' set of routines.

But, it seems that one (now useless) reference remained on the VMS specific
descrip.mms.tmpl.  We replace it with an explicit '.EXE', which is the
default extension for shared libraries on VMS.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21007)
Configurations/descrip.mms.tmpl