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

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

commit c831c8cc56aaf66df7c5a3791c558e626fc2656c
Author: zhanghongyu <zhanghon...@xiaomi.com>
AuthorDate: Mon Oct 30 19:05:44 2023 +0800

    cmake: add needed file to cmake script for build sim
    
    nuttx/crypto/chachapoly.c:232: undefined reference to `timingsafe_bcmp'
    
    Signed-off-by: zhanghongyu <zhanghon...@xiaomi.com>
---
 libs/libc/string/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libs/libc/string/CMakeLists.txt b/libs/libc/string/CMakeLists.txt
index 7d7e216f07..aa25dc5ad6 100644
--- a/libs/libc/string/CMakeLists.txt
+++ b/libs/libc/string/CMakeLists.txt
@@ -58,6 +58,7 @@ set(SRCS
     lib_strerrorr.c
     lib_explicit_bzero.c
     lib_strsignal.c
+    lib_timingsafe_bcmp.c
     lib_index.c
     lib_rindex.c)
 

Reply via email to