]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix perl warnings on various scripts
authorNorbert Pocs <norbertp@openssl.org>
Tue, 15 Jul 2025 09:54:23 +0000 (11:54 +0200)
committerNeil Horman <nhorman@openssl.org>
Wed, 23 Jul 2025 12:59:53 +0000 (08:59 -0400)
commitd05ac3becdce6e9075642b9cbd00823662f8e119
tree1b7ddf62e859dbbce0bb48530f8ed6f1182d3d66
parent499f65533708318af57f0190315672aaeaf10f84
Fix perl warnings on various scripts

Resolves: https://github.com/openssl/project/issues/1273

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28046)
12 files changed:
crypto/perlasm/s390x.pm
util/perl/OpenSSL/Test/Utils.pm
util/perl/OpenSSL/paramnames.pm
util/perl/TLSProxy/Certificate.pm
util/perl/TLSProxy/CertificateRequest.pm
util/perl/TLSProxy/CertificateVerify.pm
util/perl/TLSProxy/EncryptedExtensions.pm
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/NewSessionTicket.pm
util/perl/TLSProxy/NextProto.pm
util/perl/TLSProxy/ServerHello.pm
util/perl/TLSProxy/ServerKeyExchange.pm