From: Brian Date: Wed, 10 Jun 2015 14:58:02 +0000 (-0500) Subject: FS-7573 didn't mean to remove this when doing the second part X-Git-Tag: v1.6.2~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8900a450abe1e2a5b274ae57e631bf8cb61c9998;p=thirdparty%2Ffreeswitch.git FS-7573 didn't mean to remove this when doing the second part --- diff --git a/libs/libzrtp/src/zrtp.c b/libs/libzrtp/src/zrtp.c index e8b7df0b78..a0ff8de91e 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)) {