Skip to content

Commit 333f087

Browse files
author
Moran Peker
committed
Disable MBEDTLS_SHA256_ALT on STM targets.
1 parent 0cd4315 commit 333f087

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/mbedtls_device.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#define MBEDTLS_AES_ALT
2424

25-
#define MBEDTLS_SHA256_ALT
26-
2725
#define MBEDTLS_SHA1_ALT
2826

2927
#define MBEDTLS_MD5_ALT

features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#define MBEDTLS_AES_ALT
2424

25-
#define MBEDTLS_SHA256_ALT
26-
2725
#define MBEDTLS_SHA1_ALT
2826

2927
#define MBEDTLS_MD5_ALT

features/mbedtls/targets/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F756ZG/mbedtls_device.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#define MBEDTLS_AES_ALT
2424
#define MBEDTLS_SHA1_ALT
2525

26-
27-
#define MBEDTLS_SHA256_ALT
2826
#define MBEDTLS_MD5_ALT
2927

3028
#endif /* MBEDTLS_DEVICE_H */

0 commit comments

Comments
 (0)