Skip to content

Commit cba5388

Browse files
committed
Fix MD5 link issue
1 parent 3250e2d commit cba5388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mbedtls/targets/TARGET_STM/md5_alt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* limitations under the License.
1818
*
1919
*/
20-
#if defined(MBEDTLS_MD5_C)
2120
#include "mbedtls/md5.h"
21+
#if defined(MBEDTLS_MD5_C)
2222

2323
#if defined(MBEDTLS_MD5_ALT)
2424
#include "mbedtls/platform.h"

0 commit comments

Comments
 (0)