We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766e451 commit de28992Copy full SHA for de28992
features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h
@@ -1,5 +1,5 @@
1
/*
2
- * mbedtls_device.h
+ * mbedtls_device.h
3
*******************************************************************************
4
* Copyright (c) 2017, STMicroelectronics
5
* SPDX-License-Identifier: Apache-2.0
@@ -26,4 +26,7 @@
26
27
#define MBEDTLS_SHA1_ALT
28
29
+#define MBEDTLS_MD5_ALT
30
+
31
+#define MBEDTLS_MD5_C
32
#endif /* MBEDTLS_DEVICE_H */
0 commit comments