mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 11:05:39 +00: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;
|
pk_context pk;
|
||||||
unsigned char hash[50], sig[5000];
|
unsigned char hash[50], sig[5000];
|
||||||
size_t sig_len;
|
|
||||||
|
|
||||||
pk_init( &pk );
|
pk_init( &pk );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue