Build the new bignum_new.c file

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2022-07-18 23:08:26 +02:00 committed by Janos Follath
parent f049dbfe94
commit 0c655572dc
3 changed files with 3 additions and 1 deletions

View File

@ -2009,7 +2009,7 @@
*
* Enable the multi-precision integer library.
*
* Module: library/bignum.c
* Module: library/bignum.c, library/bignum_new.c
* Caller: library/dhm.c
* library/ecp.c
* library/ecdsa.c

View File

@ -18,6 +18,7 @@ set(src_crypto
asn1write.c
base64.c
bignum.c
bignum_new.c
camellia.c
ccm.c
chacha20.c

View File

@ -83,6 +83,7 @@ OBJS_CRYPTO= \
asn1write.o \
base64.o \
bignum.o \
bignum_new.o \
camellia.o \
ccm.o \
chacha20.o \