]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix detection on HP-UX (IA64)
authorMichael Osipov <michael.osipov@siemens.com>
Thu, 30 Nov 2023 16:07:03 +0000 (17:07 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 4 Dec 2023 08:43:39 +0000 (09:43 +0100)
commit035cadca90466a60a478684f5518ab25fc64a608
tree1a957a532137aedba2eae852c1a06ff1ceece870
parenta6779394e1747622b1f69491b453b891e966c5e1
Fix detection on HP-UX (IA64)

HPE has a weird preference to prefix letters and zero-padding. Properly trim
them before processing.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22891)

(cherry picked from commit 253c5667a92efbbd1498b2f5b883da23c11b8930)
util/perl/OpenSSL/config.pm