summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-09-07 14:01:08 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-09-07 14:01:08 -0500
commite5fdee036e8bdc1926d67cb3eeb0b2d6fd8fb7c3 (patch)
tree1b49c024268de6d5b4fa5a3560efe47970454880
parentecb1c297d295ab5508ceddd709df0fdfca0e79cb (diff)
parent3a418b7ca2cee850132a469d0fffac92fb1da3c7 (diff)
Merge "res_srtp: Add support for libsrtp2.1." into 15
-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