]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: Add support for libsrtp2.1.
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 6 Sep 2017 08:15:26 +0000 (10:15 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Wed, 6 Sep 2017 08:15:26 +0000 (10:15 +0200)
commit13aa1241c32f300fdf809fedcfd3f1974f54a022
tree1f2e78715d07e03341e8270c82c3ac2db45782c7
parent7b240d173436ad828008d1cb3c1eae10932518be
res_srtp: Add support for libsrtp2.1.

Asterisk is able to use libSRTP 2.0.x. However since libSRTP 2.1.x, the macro
SRTP_AES_ICM got renamed to SRTP_AES_ICM_128. Beside to still compile with
previous versions of libSRTP, this change allows libSRTP 2.1.x as well.

ASTERISK-27253 #close

Change-Id: I2e6eb3c3bc844fee8a624060a2eb6f182dc70315
res/srtp/srtp_compat.h