1
0
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:
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

@ -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 \