| Index: srtp/crypto/include/crypto_kernel.h
|
| diff --git a/srtp/crypto/include/crypto_kernel.h b/srtp/crypto/include/crypto_kernel.h
|
| index 1acf4978d0ea4b0f5e73c90319fdd99a9ea7e77f..caccfa03a9623223a2a4fd7196e570b2b536669b 100644
|
| --- a/srtp/crypto/include/crypto_kernel.h
|
| +++ b/srtp/crypto/include/crypto_kernel.h
|
| @@ -221,7 +221,8 @@ crypto_kernel_load_debug_module(debug_module_t *new_dm);
|
| err_status_t
|
| crypto_kernel_alloc_cipher(cipher_type_id_t id,
|
| cipher_pointer_t *cp,
|
| - int key_len);
|
| + int key_len,
|
| + int tag_len);
|
|
|
| /*
|
| * crypto_kernel_alloc_auth(id, ap, key_len, tag_len);
|
|
|