commit | 49231319fd56389866199cd16dddae2f9129fefd | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Jan 10 16:57:21 2023 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Feb 07 17:11:52 2023 +0800 |
tree | 001304ac4cf257c327f6bfede6234a3bcbaaba45 | |
parent | 2fddfd7f8f3750c131a5a98a3e74cead84df43b4 [diff] [blame] |
Add empty aesce files For time being, we only support gcc and clang Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index c9714bb..bef2e1c 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -13,6 +13,7 @@ set(src_crypto aes.c aesni.c + aesce.c aria.c asn1parse.c asn1write.c