mce_qd: fix unused variable warn

This commit is contained in:
Mirek Kratochvil 2014-02-26 12:51:44 +01:00
parent 7a71ca74f0
commit 0cdd83dbc4

View file

@ -401,7 +401,7 @@ int privkey::decrypt (const bvector & in, bvector & out, bvector & errors)
{ {
if (in.size() != cipher_size() ) return 2; if (in.size() != cipher_size() ) return 2;
polynomial synd; polynomial synd;
uint i, j, tmp; uint i, tmp;
/* /*
* compute the syndrome from alternant check matrix * compute the syndrome from alternant check matrix