mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
test/crypto: remove unused test in reference implementation
This commit is contained in:
parent
19ef97d232
commit
3c80037b65
@ -235,11 +235,7 @@ int bt_mesh_ccm_decrypt(const u8_t key[16], u8_t nonce[13],
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (memcmp(mic, enc_msg + msg_len, mic_size)) {
|
||||
return -EBADMSG;
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user