Fix alphabetic order in makefiles

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2022-08-15 11:38:30 +01:00
parent 816206439a
commit 138f51c5c8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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