boringssl/crypto/stack
David Benjamin 6f2600199c 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>
2014-08-18 17:55:05 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
make_macros.sh Mark all SSL_CIPHERs as const. 2014-08-18 17:55:05 +00:00
stack.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00