mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 21:56:21 +01:00
Rename HexParam_t -> data_t for consistent coding style
This commit is contained in:
parent
62a5d7d65a
commit
5fcca46a3a
36 changed files with 248 additions and 248 deletions
|
|
@ -42,11 +42,11 @@ typedef UINT32 uint32_t;
|
|||
#endif
|
||||
|
||||
/* Type for Hex parameters */
|
||||
typedef struct HexParam_tag
|
||||
typedef struct data_tag
|
||||
{
|
||||
uint8_t * x;
|
||||
uint32_t len;
|
||||
} HexParam_t;
|
||||
} data_t;
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Status and error constants */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue