Changeset 1894 for pjproject/trunk
- Timestamp:
- Mar 26, 2008 3:13:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/srtp/srtp.c
r1730 r1894 1808 1808 case srtp_profile_aes128_cm_sha1_80: 1809 1809 crypto_policy_set_aes_cm_128_hmac_sha1_80(policy); 1810 crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);1811 1810 break; 1812 1811 case srtp_profile_aes128_cm_sha1_32: 1813 1812 crypto_policy_set_aes_cm_128_hmac_sha1_32(policy); 1814 crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);1815 1813 break; 1816 1814 case srtp_profile_null_sha1_80: 1817 crypto_policy_set_null_cipher_hmac_sha1_80(policy);1818 1815 crypto_policy_set_null_cipher_hmac_sha1_80(policy); 1819 1816 break; … … 1839 1836 break; 1840 1837 case srtp_profile_aes128_cm_sha1_32: 1841 crypto_policy_set_aes_cm_128_hmac_sha1_ 80(policy);1838 crypto_policy_set_aes_cm_128_hmac_sha1_32(policy); 1842 1839 break; 1843 1840 case srtp_profile_null_sha1_80:
Note: See TracChangeset
for help on using the changeset viewer.