Enable build of the new ecp_new.c file

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2023-06-06 17:18:03 +02:00
parent a306d20766
commit 1df4c6435f
No known key found for this signature in database
GPG Key ID: F072ACA227ACD71D
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ set(src_crypto
ecdsa.c
ecjpake.c
ecp.c
ecp_new.c
ecp_curves.c
entropy.c
entropy_poll.c

View File

@ -102,6 +102,7 @@ OBJS_CRYPTO= \
ecdsa.o \
ecjpake.o \
ecp.o \
ecp_new.o \
ecp_curves.o \
entropy.o \
entropy_poll.o \