llsec: Declared aead static

This commit is contained in:
kkrentz 2015-08-06 02:27:15 -07:00
parent 1a12ef3334
commit 9500be8916

View file

@ -146,7 +146,7 @@ set_key(const uint8_t *key)
AES_128.set_key(key); AES_128.set_key(key);
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
void static void
aead(const uint8_t* nonce, aead(const uint8_t* nonce,
uint8_t* m, uint8_t m_len, uint8_t* m, uint8_t m_len,
const uint8_t* a, uint8_t a_len, const uint8_t* a, uint8_t a_len,