mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Remove unused variable from MAC driver structure
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
dcd0811501
commit
8f37004bd7
2 changed files with 0 additions and 4 deletions
|
|
@ -62,7 +62,6 @@ typedef struct
|
|||
typedef struct
|
||||
{
|
||||
psa_algorithm_t alg;
|
||||
unsigned int has_input : 1;
|
||||
unsigned int is_sign : 1;
|
||||
uint8_t mac_size;
|
||||
union
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue