Fix unused variable in test case

This commit is contained in:
Manuel Pégourié-Gonnard 2014-01-22 14:57:36 +01:00
parent a7eac95cc6
commit e707eb6df3

View file

@ -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 );