summaryrefslogtreecommitdiff
path: root/third_party/srtp/crypto/cipher/aes_icm.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/crypto/cipher/aes_icm.c')
-rw-r--r--third_party/srtp/crypto/cipher/aes_icm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/srtp/crypto/cipher/aes_icm.c b/third_party/srtp/crypto/cipher/aes_icm.c
index b466ca9a..e7e8c599 100644
--- a/third_party/srtp/crypto/cipher/aes_icm.c
+++ b/third_party/srtp/crypto/cipher/aes_icm.c
@@ -283,7 +283,7 @@ aes_icm_set_iv(aes_icm_ctx_t *c, void *iv) {
* this is an internal, hopefully inlined function
*/
-inline void
+static inline void
aes_icm_advance_ismacryp(aes_icm_ctx_t *c, uint8_t forIsmacryp) {
/* fill buffer with new keystream */
v128_copy(&c->keystream_buffer, &c->counter);