summaryrefslogtreecommitdiff
path: root/net-libs/libsrtp/files/libsrtp-2.3.0-nss.patch
blob: 6f71839e69da666d51659b6978c52f8f948820f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/crypto/cipher/aes_gcm_nss.c b/crypto/cipher/aes_gcm_nss.c
index 54547cd..ecbba64 100644
--- a/crypto/cipher/aes_gcm_nss.c
+++ b/crypto/cipher/aes_gcm_nss.c
@@ -284,6 +284,7 @@ static srtp_err_status_t srtp_aes_gcm_nss_do_crypto(void *cv,
 
     c->params.pIv = c->iv;
     c->params.ulIvLen = GCM_IV_LEN;
+    c->params.ulIvBits = 8 * GCM_IV_LEN;
     c->params.pAAD = c->aad;
     c->params.ulAADLen = c->aad_size;