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
|
@ -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…
Reference in New Issue