drop unused variable
This commit is contained in:
@@ -314,7 +314,6 @@ ykpiv_rc ykpiv_transfer_data(ykpiv_state *state, const unsigned char *templ,
|
|||||||
const unsigned char *in_ptr = in_data;
|
const unsigned char *in_ptr = in_data;
|
||||||
unsigned long max_out = *out_len;
|
unsigned long max_out = *out_len;
|
||||||
ykpiv_rc res;
|
ykpiv_rc res;
|
||||||
long rc;
|
|
||||||
*out_len = 0;
|
*out_len = 0;
|
||||||
|
|
||||||
res = begin_transaction(state);
|
res = begin_transaction(state);
|
||||||
|
|||||||
Reference in New Issue
Block a user