mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +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
|
||||
bignum.c
|
||||
bignum_core.c
|
||||
bignum_mod_raw.c
|
||||
bignum_mod.c
|
||||
bignum_mod_raw.c
|
||||
camellia.c
|
||||
ccm.c
|
||||
chacha20.c
|
||||
|
@ -84,8 +84,8 @@ OBJS_CRYPTO= \
|
||||
base64.o \
|
||||
bignum.o \
|
||||
bignum_core.o \
|
||||
bignum_mod_raw.o \
|
||||
bignum_mod.o \
|
||||
bignum_mod_raw.o \
|
||||
camellia.o \
|
||||
ccm.o \
|
||||
chacha20.o \
|
||||
|
Reference in New Issue
Block a user