Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 119b7b5f2ad7efcf273f395e7633747f56ff3f95
https://github.com/openssl/openssl/commit/119b7b5f2ad7efcf273f395e7633747f56ff3f95
Author: Richard Levitte <[email protected]>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M crypto/sha/asm/sha512-ia64.pl
Log Message:
-----------
crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore case
The use case is that uppercase .ASM extension may be used on some platforms,
and we were only testing for the lowercase extension.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19604)