]> 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:39:25 +0000 (01:39 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 27 Oct 2014 01:39:25 +0000 (01:39 +0000)
commit83d38ad997f0dea9894427649fbdc6ba658ee229
tree29ca8f20539cb260259648a1f0d18ce8566ac4ee
parenteec6f7951cc7624a1d890bcd6496cdf794db9d42
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

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