drop unused variable

This commit is contained in:
Klas Lindfors
2017-05-30 13:05:00 +02:00
parent 37a2f778dc
commit 0db87e8721
-1
View File
@@ -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);