Remove unused variable

Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2022-11-24 09:27:15 +00:00
parent 358c7d6eb0
commit 6921959b83
-1
View File
@@ -322,7 +322,6 @@ exit:
mbedtls_md_free( &md_ctx );
return( ret );
#else
int j;
unsigned int i;
unsigned char md1[PSA_HASH_MAX_SIZE];
unsigned char work[PSA_HASH_MAX_SIZE];