secGear/0059-adapt-itrustee_sdk-openssl-path-modification.patch
2023-04-27 15:46:58 +08:00

26 lines
998 B
Diff

From e70deb3062e76fc173cf4a59202296222967a1af Mon Sep 17 00:00:00 2001
From: houmingyong <houmingyong@huawei.com>
Date: Thu, 27 Apr 2023 15:43:00 +0800
Subject: [PATCH 2/2] adapt itrustee_sdk openssl path modification
---
component/secure_channel/enclave/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/component/secure_channel/enclave/CMakeLists.txt b/component/secure_channel/enclave/CMakeLists.txt
index 0305589..0c651f5 100644
--- a/component/secure_channel/enclave/CMakeLists.txt
+++ b/component/secure_channel/enclave/CMakeLists.txt
@@ -67,7 +67,7 @@ if(CC_GP)
${LOCAL_ROOT_PATH}/inc/enclave_inc/gp/itrustee
${ITRUSTEE_TEEDIR}/include/TA
${ITRUSTEE_TEEDIR}/include/TA/huawei_ext
- ${ITRUSTEE_TEEDIR}/include/TA/openssl
+ ${SDK_PATH}/thirdparty/open_source/openssl
${ITRUSTEE_LIBC}/arch/aarch64
${ITRUSTEE_LIBC}/
${ITRUSTEE_LIBC}/arch/arm/bits
--
2.33.0