commit | 95a762ed817bc963c5d7c134394b31bda4019f4e | [log] [tgz] |
---|---|---|
author | henrike@webrtc.org <henrike@webrtc.org> | Wed Jan 07 17:59:28 2015 |
committer | henrike@webrtc.org <henrike@webrtc.org> | Wed Jan 07 17:59:28 2015 |
tree | fdd106072404deb51bf685c5e39bb36156081168 | |
parent | 197856d549713f2aa9373f969101116549d65493 [diff] |
Always tag SRTP_PROTECTION_PROFILE and BIO_METHOD as const. The BIO_METHODs ought to be const so they can go into rodata; BoringSSL makes BIO_new take a const BIO_METHOD *, so there's no need for it to be non-const. Also set SRTP_PROTECTION_PROFILE as const so we can constify those within BoringSSL (https://boringssl-review.googlesource.com/#/c/2720/) BUG=none R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/34649004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@8013 4adac7df-926f-26a2-2b94-8c16560cd09d