<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6418">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_srtp: Add support for libsrtp2.1.<br><br>Asterisk is able to use libSRTP 2.0.x. However since libSRTP 2.1.x, the macro<br>SRTP_AES_ICM got renamed to SRTP_AES_ICM_128. Beside to still compile with<br>previous versions of libSRTP, this change allows libSRTP 2.1.x as well.<br><br>ASTERISK-27253 #close<br><br>Change-Id: I2e6eb3c3bc844fee8a624060a2eb6f182dc70315<br>---<br>M res/srtp/srtp_compat.h<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/18/6418/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/srtp/srtp_compat.h b/res/srtp/srtp_compat.h<br>index 4ab39f3..bf42082 100644<br>--- a/res/srtp/srtp_compat.h<br>+++ b/res/srtp/srtp_compat.h<br>@@ -5,7 +5,11 @@<br> <br> #define crypto_policy_t srtp_crypto_policy_t<br> <br>+#if defined(SRTP_AES_ICM_128)<br>+#define AES_128_ICM SRTP_AES_ICM_128<br>+#else<br> #define AES_128_ICM SRTP_AES_ICM<br>+#endif<br> #define HMAC_SHA1 SRTP_HMAC_SHA1<br> <br> #define err_status_t srtp_err_status_t<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6418">change 6418</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6418"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I2e6eb3c3bc844fee8a624060a2eb6f182dc70315 </div>
<div style="display:none"> Gerrit-Change-Number: 6418 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>