]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_srtp: Fix include issue for libsrtp 1.5.0 67/3267/3
authorMatthew Jordan <mjordan@digium.com>
Mon, 27 Oct 2014 01:46:02 +0000 (01:46 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 21 Jul 2016 12:32:41 +0000 (07:32 -0500)
commit203fb86874a9ad3a578e35df9517fd4a0bc25496
tree7a8d786c2da7eceeea87f2516534c41efed71801
parentb92332b57517041bc4ac261c4025e7d0c08725c4
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

Change-Id: Ica091f2e42fd63756c33fdbbdf36f1859faa4b70
res/res_srtp.c