This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fef475825 sim/crypto: support MBEDTLS_MD5_ALT config
4fef475825 is described below

commit 4fef4758253631a17bc087fd2e1b4e6550f5332e
Author: makejian <[email protected]>
AuthorDate: Mon Sep 11 20:11:25 2023 +0800

    sim/crypto: support MBEDTLS_MD5_ALT config
    
    Signed-off-by: makejian <[email protected]>
---
 boards/sim/sim/sim/configs/crypto/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/sim/sim/sim/configs/crypto/defconfig 
b/boards/sim/sim/sim/configs/crypto/defconfig
index a1285b578a..ac3a871611 100644
--- a/boards/sim/sim/sim/configs/crypto/defconfig
+++ b/boards/sim/sim/sim/configs/crypto/defconfig
@@ -52,6 +52,7 @@ CONFIG_LIBC_LOCALE_GETTEXT=y
 CONFIG_LIBC_MAX_EXITFUNS=1
 CONFIG_LIBC_NUMBERED_ARGS=y
 CONFIG_MBEDTLS_AES_ALT=y
+CONFIG_MBEDTLS_MD5_ALT=y
 CONFIG_MBEDTLS_SHA1_ALT=y
 CONFIG_MBEDTLS_SHA256_ALT=y
 CONFIG_MBEDTLS_SHA512_ALT=y

Reply via email to