summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-09-07 13:53:18 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-09-07 13:53:18 -0500
commit35c8c389d3844ba11a78bafce6bf9ddef3ad9362 (patch)
tree30ba7c2fa12e9a9c4827a28f0424e24d8290c8a4 /res
parent1405365f81b193d447e941756b51d1d76a117396 (diff)
parenta491fb67c11fb3d7fa32ddd644c50a02c68a846b (diff)
Merge "res_srtp: Add support for libsrtp2.1." into 14
Diffstat (limited to 'res')
-rw-r--r--res/srtp/srtp_compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/srtp/srtp_compat.h b/res/srtp/srtp_compat.h
index c23daabe1..56ffca1cc 100644
--- a/res/srtp/srtp_compat.h
+++ b/res/srtp/srtp_compat.h
@@ -16,9 +16,6 @@
#define crypto_policy_set_aes_gcm_128_8_auth srtp_crypto_policy_set_aes_gcm_128_8_auth
#define crypto_policy_set_aes_gcm_256_8_auth srtp_crypto_policy_set_aes_gcm_256_8_auth
-#define AES_128_ICM SRTP_AES_ICM
-#define HMAC_SHA1 SRTP_HMAC_SHA1
-
#define err_status_t srtp_err_status_t
#define err_status_ok srtp_err_status_ok
#define err_status_fail srtp_err_status_fail