From 27d1585f8d090c05f2bb1cffbda082fab47f978b Mon Sep 17 00:00:00 2001 From: qiaozzzh Date: Wed, 12 Oct 2022 16:42:09 +0800 Subject: [PATCH] =?UTF-8?q?Huks=E4=BB=A3=E7=A0=81=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qiaozzzh --- security_lite/huks/liteos_m_adapter/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security_lite/huks/liteos_m_adapter/BUILD.gn b/security_lite/huks/liteos_m_adapter/BUILD.gn index f73d2a65f..0fcee3cdc 100644 --- a/security_lite/huks/liteos_m_adapter/BUILD.gn +++ b/security_lite/huks/liteos_m_adapter/BUILD.gn @@ -32,7 +32,8 @@ hctest_suite("ActsHuksHalFunctionTest") { "hks_hash_test.c", "hks_mac_test.c", "hks_modify_key_test.c", - "hks_others_test.c", + + # "hks_others_test.c", "hks_safe_cipher_key_test.c", "hks_safe_compare_key_test.c", ] -- GitLab