Enable build of ecp_curves_new.c
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
dc2ea2705b
commit
4d71051145
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue