srtp: use constant AES_128_ICM instead of AES_ICM that is not found

https://bugzilla.gnome.org/show_bug.cgi?id=695897
This commit is contained in:
Jose Antonio Santos Cadenas 2013-03-15 09:27:36 +01:00 committed by Tim-Philipp Müller
parent a80726c8d7
commit 2347c4e711

View file

@ -173,7 +173,7 @@ set_crypto_policy_cipher_auth (guint cipher, guint auth,
{
switch (cipher) {
case GST_SRTP_CIPHER_AES_128_ICM:
policy->cipher_type = AES_ICM;
policy->cipher_type = AES_128_ICM;
policy->cipher_key_len = 30;
break;
case GST_SRTP_CIPHER_NULL: