1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

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
2 changed files with 2 additions and 0 deletions

View File

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

View File

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