]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix `VC-WIN64-CLANGASM-ARM` target
authorAnthony Roberts <anthony.roberts@linaro.org>
Thu, 3 Jul 2025 10:21:37 +0000 (11:21 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Aug 2025 10:05:28 +0000 (12:05 +0200)
commitc66d9760a77c5a8ec4b8bdb6000b4213384d0e3e
treee1f8cf183bf91bfafc52a0ea0c5b78cbd3ae85c9
parent53eb2363a1e6336a40a64b3f7b9f09eca95fabef
Fix `VC-WIN64-CLANGASM-ARM` target

This was broken for Windows ARM64 in #22949

The comments were in the wrong format, and a define check of `_M_ARM64` was missed in places

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27958)
crypto/aes/asm/aes-sha1-armv8.pl
crypto/aes/asm/aes-sha256-armv8.pl
crypto/aes/asm/aes-sha512-armv8.pl
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_etm_hw.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_etm_hw.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha512_etm_hw.c