Merge "res_srtp: Add support for libsrtp2.1."

This commit is contained in:
Joshua Colp
2017-09-08 05:40:04 -05:00
committed by Gerrit Code Review

View File

@@ -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_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 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_t srtp_err_status_t
#define err_status_ok srtp_err_status_ok #define err_status_ok srtp_err_status_ok
#define err_status_fail srtp_err_status_fail #define err_status_fail srtp_err_status_fail