]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_srtp: Fix include issue for libsrtp 1.5.0
authorMatthew Jordan <mjordan@digium.com>
Mon, 27 Oct 2014 01:46:47 +0000 (01:46 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 27 Oct 2014 01:46:47 +0000 (01:46 +0000)
commitdc5f4d69f275aa001fef1236f2b7fc78cb638c1a
treeddc0b1e7500befcde9a921f4e58978844c7b53ef
parentea6f32fa18d85e4cbe7f1affef2bdc03bd997aae
res/res_srtp: Fix include issue for libsrtp 1.5.0

In libsrtp 1.5.0, crypto_get_random is no longer resolved simply by including
srtp.h. Now, one must include crypto_kernel.h as well. As it turns out, this
header file has been provided by the library since 2006, so this is a
relatively benign change.

ASTERISK-24436 #close
Reported by: Patrick Laimbock
........

Merged revisions 426140 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 426141 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@426142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_srtp.c