Enable build of ecp_curves_new.c

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Xiaokang Qian 2023-06-13 10:57:43 +00:00
parent dc2ea2705b
commit 4d71051145
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ set(src_crypto
ecp.c
ecp_new.c
ecp_curves.c
ecp_curves_new.c
entropy.c
entropy_poll.c
error.c

View file

@ -104,6 +104,7 @@ OBJS_CRYPTO= \
ecp.o \
ecp_new.o \
ecp_curves.o \
ecp_curves_new.o \
entropy.o \
entropy_poll.o \
error.o \