Skip to content

Commit de28992

Browse files
adustm0xc0170
authored andcommitted
Move MBEDTLS_MD5_C from mbetdls_device.h to targets.json
1 parent 766e451 commit de28992

File tree

1 file changed

+4
-1
lines changed
  • features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* mbedtls_device.h
2+
* mbedtls_device.h
33
*******************************************************************************
44
* Copyright (c) 2017, STMicroelectronics
55
* SPDX-License-Identifier: Apache-2.0
@@ -26,4 +26,7 @@
2626

2727
#define MBEDTLS_SHA1_ALT
2828

29+
#define MBEDTLS_MD5_ALT
30+
31+
#define MBEDTLS_MD5_C
2932
#endif /* MBEDTLS_DEVICE_H */

0 commit comments

Comments
 (0)