llsec: Declared aead static

ico
kkrentz 2015-08-06 02:27:15 -07:00
parent 1a12ef3334
commit 9500be8916
1 changed files with 1 additions and 1 deletions

View File

@ -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,