[openssl/openssl] 1939ee: Fix util/wrap.pl.in for VMS usage
Richard Levitte
noreply at github.com
Tue Mar 14 15:56:32 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 1939ee7f252ffebd91c29384db4133290489e026
https://github.com/openssl/openssl/commit/1939ee7f252ffebd91c29384db4133290489e026
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M util/build.info
R util/local_shlib.com.in
R util/unlocal_shlib.com.in
M util/wrap.pl.in
Log Message:
-----------
Fix util/wrap.pl.in for VMS usage
In the name of consistency, make sure that this same script is used
across more platforms, in this case VMS. This removes the need for
util/local_shlib.com.in and util/unlocal_shlib.com.in, which were
under-used anyway.
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20415)
Commit: 5ec4f45ef56dfe7733b70413f8e78426f19fb433
https://github.com/openssl/openssl/commit/5ec4f45ef56dfe7733b70413f8e78426f19fb433
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M util/perl/OpenSSL/Util.pm
Log Message:
-----------
Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()
The mechanism was pretty tentative and wasn't well tested for diverse
situations.
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20415)
Compare: https://github.com/openssl/openssl/compare/931369429564...5ec4f45ef56d
More information about the openssl-commits
mailing list