1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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 af81a71b8b
commit e68bb52afd
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