Enable build of ecp_curves_new.c

Signed-off-by: Xiaokang Qian <[email protected]>
This commit is contained in:
Xiaokang Qian
2023-07-21 08:22:12 +00:00
parent dc2ea2705b
commit 4d71051145
2 changed files with 2 additions and 0 deletions
+1
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
+1
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 \