Fix unused variable in test case
This commit is contained in:
parent
a7eac95cc6
commit
e707eb6df3
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue