mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 19:25:40 +01:00
Fix unused variable in test case
This commit is contained in:
parent
a7eac95cc6
commit
e707eb6df3
@ -59,7 +59,6 @@ void pk_set_rsa_padding( int type, int padding, int hash_id, int ret )
|
||||
{
|
||||
pk_context pk;
|
||||
unsigned char hash[50], sig[5000];
|
||||
size_t sig_len;
|
||||
|
||||
pk_init( &pk );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user