[openssl/openssl] bc89c9: Drop the last reference of SHLIB_EXT
Richard Levitte
noreply at github.com
Wed May 24 04:23:03 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: bc89c9f97735703f49f528d3c943de0b22ec33d7
https://github.com/openssl/openssl/commit/bc89c9f97735703f49f528d3c943de0b22ec33d7
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M Configurations/descrip.mms.tmpl
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21007)
More information about the openssl-commits
mailing list