Skip to content

Commit a99ce83

Browse files
Ron EldorRon Eldor
authored andcommitted
Make the alternative aes optional
Have the alternative aes undefined by default, in order not to break backwards compatability. `MBEDTLS_CTR_DRBG_USE_128_BIT_KEY` remains defined for better usability.
1 parent 50d7539 commit a99ce83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cryptocell/FEATURE_CRYPTOCELL310/mbedtls_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define __MBEDTLS_DEVICE__
2323

2424
#define MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT
25-
#define MBEDTLS_AES_ALT
25+
//#define MBEDTLS_AES_ALT
2626
#define MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
2727
#define MBEDTLS_SHA1_ALT
2828
#define MBEDTLS_SHA256_ALT

0 commit comments

Comments
 (0)