commit | 138f51c5c859b0a0c4ec60adca758dd69f89603a | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Mon Aug 15 11:38:30 2022 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 15 11:38:30 2022 +0100 |
tree | b35f17a684dad8cbc71cd2e9a596f7c302797f92 | |
parent | 816206439aebdfe63f154bc1333bef4ff1937e82 [diff] [blame] |
Fix alphabetic order in makefiles Signed-off-by: Janos Follath <janos.follath@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 96c12fb..378cfb4 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -19,8 +19,8 @@ base64.c bignum.c bignum_core.c - bignum_mod_raw.c bignum_mod.c + bignum_mod_raw.c camellia.c ccm.c chacha20.c