mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 01:43:15 +00:00
cmake: add needed file to cmake script for build sim
nuttx/crypto/chachapoly.c:232: undefined reference to `timingsafe_bcmp' Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
parent
3610b25c91
commit
c831c8cc56
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue