aboutsummaryrefslogtreecommitdiff
path: root/net/libsrtp2/files/patch-3a5d26c4
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsrtp2/files/patch-3a5d26c4')
-rw-r--r--net/libsrtp2/files/patch-3a5d26c413
1 files changed, 13 insertions, 0 deletions
diff --git a/net/libsrtp2/files/patch-3a5d26c4 b/net/libsrtp2/files/patch-3a5d26c4
new file mode 100644
index 000000000000..f459834f2f7d
--- /dev/null
+++ b/net/libsrtp2/files/patch-3a5d26c4
@@ -0,0 +1,13 @@
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index c7f6bb9f..dbb09909 100644
+--- srtp/srtp.c
++++ srtp/srtp.c
+@@ -788,7 +788,7 @@ static inline int full_key_length(const srtp_cipher_type_t *cipher)
+ case SRTP_AES_GCM_128:
+ return SRTP_AES_GCM_128_KEY_LEN_WSALT;
+ case SRTP_AES_GCM_256:
+- return SRTP_AES_ICM_256_KEY_LEN_WSALT;
++ return SRTP_AES_GCM_256_KEY_LEN_WSALT;
+ default:
+ return 0;
+ }