mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Alter guarding in aes.c
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
2dd830d3c2
commit
b59c0ba81b
@ -44,7 +44,7 @@
|
|||||||
* This is a convenience shorthand macro to check if we need reverse S-box and
|
* This is a convenience shorthand macro to check if we need reverse S-box and
|
||||||
* reverse tables. It's private and only defined in this file.
|
* reverse tables. It's private and only defined in this file.
|
||||||
*/
|
*/
|
||||||
#if !defined(MBEDTLS_AES_USE_HARDWARE_ONLY) && !defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT)
|
#if !defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT)
|
||||||
#define MBEDTLS_AES_NEED_REVERSE_TABLES
|
#define MBEDTLS_AES_NEED_REVERSE_TABLES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user