mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
llsec: Declared aead static
This commit is contained in:
parent
1a12ef3334
commit
9500be8916
@ -146,7 +146,7 @@ set_key(const uint8_t *key)
|
||||
AES_128.set_key(key);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
static void
|
||||
aead(const uint8_t* nonce,
|
||||
uint8_t* m, uint8_t m_len,
|
||||
const uint8_t* a, uint8_t a_len,
|
||||
|
Loading…
Reference in New Issue
Block a user