Build the new bignum_new.c file
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
f049dbfe94
commit
0c655572dc
@ -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
|
||||
|
@ -18,6 +18,7 @@ set(src_crypto
|
||||
asn1write.c
|
||||
base64.c
|
||||
bignum.c
|
||||
bignum_new.c
|
||||
camellia.c
|
||||
ccm.c
|
||||
chacha20.c
|
||||
|
@ -83,6 +83,7 @@ OBJS_CRYPTO= \
|
||||
asn1write.o \
|
||||
base64.o \
|
||||
bignum.o \
|
||||
bignum_new.o \
|
||||
camellia.o \
|
||||
ccm.o \
|
||||
chacha20.o \
|
||||
|
Loading…
Reference in New Issue
Block a user