From 3d33556fdde623ed78adabbd916220c26c39e980 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 10 Jun 2015 08:18:54 -0500 Subject: [PATCH] FS-7573 #resolve fix 80bit tag support --- libs/libzrtp/src/zrtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libzrtp/src/zrtp.c b/libs/libzrtp/src/zrtp.c index de630d23ef..773e585c41 100644 --- a/libs/libzrtp/src/zrtp.c +++ b/libs/libzrtp/src/zrtp.c @@ -800,6 +800,7 @@ void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp) profile->cipher_types[0] = ZRTP_CIPHER_AES256; profile->cipher_types[1] = ZRTP_CIPHER_AES128; profile->auth_tag_lens[0] = ZRTP_ATL_HS32; + profile->auth_tag_lens[1] = ZRTP_ATL_HS80; profile->hash_schemes[0] = ZRTP_HASH_SHA256; if (zrtp && (ZRTP_LICENSE_MODE_PASSIVE == zrtp->lic_mode)) {