Remove unused variable from MAC driver structure

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
Steven Cooreman 2021-05-06 18:02:39 +02:00
parent dcd0811501
commit 8f37004bd7
2 changed files with 0 additions and 4 deletions

View file

@ -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