mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
wolfcrypt/src/aes.c: add missing WOLFSSL_ARMASM gate clause around wolfCrypt_FIPS_aes_ro_sanity, necessitated by 514a92d6ee/#8293.
This commit is contained in:
@ -124,7 +124,7 @@ block cipher mechanism that uses n-bit binary string parameter key with 128-bits
|
|||||||
#pragma warning(disable: 4127)
|
#pragma warning(disable: 4127)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FIPS_VERSION3_GE(6,0,0)
|
#if !defined(WOLFSSL_ARMASM) && FIPS_VERSION3_GE(6,0,0)
|
||||||
const unsigned int wolfCrypt_FIPS_aes_ro_sanity[2] =
|
const unsigned int wolfCrypt_FIPS_aes_ro_sanity[2] =
|
||||||
{ 0x1a2b3c4d, 0x00000002 };
|
{ 0x1a2b3c4d, 0x00000002 };
|
||||||
int wolfCrypt_FIPS_AES_sanity(void)
|
int wolfCrypt_FIPS_AES_sanity(void)
|
||||||
|
Reference in New Issue
Block a user