From 78c26bf75f28d34ab85a56fa3277a0c72677e9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=80=80=E5=BE=B7?= Date: Fri, 28 Feb 2025 15:43:02 +0800 Subject: [PATCH] modify wrap type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 尹耀德 --- security/asset/inc/asset_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/asset/inc/asset_type.h b/security/asset/inc/asset_type.h index 8a3bc6b79..f44cd4b6c 100755 --- a/security/asset/inc/asset_type.h +++ b/security/asset/inc/asset_type.h @@ -222,7 +222,7 @@ typedef enum { * * @since 16 */ - ASSET_TAG_WRAP_TYPE = ASSET_TYPE_BYTES | 0x49, + ASSET_TAG_WRAP_TYPE = ASSET_TYPE_NUMBER | 0x49, } Asset_Tag; /** -- Gitee