diff --git a/security/asset/inc/asset_type.h b/security/asset/inc/asset_type.h index 8a3bc6b79bdff4f6ac3081d3ca1a4ca00dbaf7e4..f44cd4b6ccc5c50d5e0447a071a46887a4d07d88 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; /**