修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -1 +1 @@
git@code.aliyun.com:mico_inner_developer/Lib_wolfSSL.git/#09bedbf2d3771b48f90fdbe8e6344b1497f62188
git@code.aliyun.com/mico_inner_developer/Lib_wolfSSL.git/#09bedbf2d3771b48f90fdbe8e6344b1497f62188

View File

@@ -13,11 +13,7 @@ NAME := Lib_wolfSSL
GLOBAL_INCLUDES += .
ifneq ($(wildcard $(CURDIR)Lib_wolfSSL.$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a),)
ifeq ($(HIGH_SECURITY),1)
$(NAME)_PREBUILT_LIBRARY := High_Security/Lib_wolfSSL.$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a
else
$(NAME)_PREBUILT_LIBRARY := Lib_wolfSSL.$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a
endif
else
# Build from source
include $(CURDIR)wolfSSL_src.mk