commit | 6f2600199c82330240de9a7f65a801b6f606b7b3 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Fri Aug 15 13:49:12 2014 -0400 |
committer | Adam Langley <agl@google.com> | Mon Aug 18 17:55:05 2014 +0000 |
tree | 4bac211624f6854a0294d89d9ce6ca640fe3742e | |
parent | fb4ea28bb84875a844cd65a9e4a2167ec884cd48 [diff] |
Mark all SSL_CIPHERs as const. This lets us put the SSL_CIPHER table in the data section. For type-checking, make STACK_OF(SSL_CIPHER) cast everything to const SSL_CIPHER*. Note that this will require some changes in consumers which weren't using a const SSL_CIPHER *. Change-Id: Iff734ac0e36f9e5c4a0f3c8411c7f727b820469c Reviewed-on: https://boringssl-review.googlesource.com/1541 Reviewed-by: Adam Langley <agl@google.com>