Clear unused variable warning
parent
cff351de11
commit
b372f7d387
1
aria.cpp
1
aria.cpp
|
|
@ -112,7 +112,6 @@ void ARIA::Base::UncheckedSetKey(const byte *key, unsigned int keylen, const Nam
|
||||||
m_rk.New(16*17); // round keys
|
m_rk.New(16*17); // round keys
|
||||||
m_w.New(4*7); // w0, w1, w2, w3, t and u
|
m_w.New(4*7); // w0, w1, w2, w3, t and u
|
||||||
|
|
||||||
const byte *mk = key;
|
|
||||||
byte *rk = m_rk.data();
|
byte *rk = m_rk.data();
|
||||||
int Q, q, R, r;
|
int Q, q, R, r;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue