mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
commit
46c2f78614
@ -114,7 +114,6 @@ mic(const uint8_t *m, uint8_t m_len,
|
||||
}
|
||||
|
||||
if(m_len > 0) {
|
||||
m = a + a_len;
|
||||
pos = 0;
|
||||
while(pos < m_len) {
|
||||
for(i = 0; (pos + i < m_len) && (i < AES_128_BLOCK_SIZE); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user