mce_qd: fix unused variable warn
This commit is contained in:
parent
7a71ca74f0
commit
0cdd83dbc4
|
@ -401,7 +401,7 @@ int privkey::decrypt (const bvector & in, bvector & out, bvector & errors)
|
|||
{
|
||||
if (in.size() != cipher_size() ) return 2;
|
||||
polynomial synd;
|
||||
uint i, j, tmp;
|
||||
uint i, tmp;
|
||||
|
||||
/*
|
||||
* compute the syndrome from alternant check matrix
|
||||
|
|
Loading…
Reference in a new issue