mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix alphabetic order in makefiles
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
@ -19,8 +19,8 @@ set(src_crypto
|
|||||||
base64.c
|
base64.c
|
||||||
bignum.c
|
bignum.c
|
||||||
bignum_core.c
|
bignum_core.c
|
||||||
bignum_mod_raw.c
|
|
||||||
bignum_mod.c
|
bignum_mod.c
|
||||||
|
bignum_mod_raw.c
|
||||||
camellia.c
|
camellia.c
|
||||||
ccm.c
|
ccm.c
|
||||||
chacha20.c
|
chacha20.c
|
||||||
|
@ -84,8 +84,8 @@ OBJS_CRYPTO= \
|
|||||||
base64.o \
|
base64.o \
|
||||||
bignum.o \
|
bignum.o \
|
||||||
bignum_core.o \
|
bignum_core.o \
|
||||||
bignum_mod_raw.o \
|
|
||||||
bignum_mod.o \
|
bignum_mod.o \
|
||||||
|
bignum_mod_raw.o \
|
||||||
camellia.o \
|
camellia.o \
|
||||||
ccm.o \
|
ccm.o \
|
||||||
chacha20.o \
|
chacha20.o \
|
||||||
|
Reference in New Issue
Block a user