mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Build the new bignum_new.c file
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
committed by
Janos Follath
parent
f049dbfe94
commit
0c655572dc
@ -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 \
|
||||
|
Reference in New Issue
Block a user