commit | 39482a13aca033b72118807fadd152207e0fad8a | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Jul 20 13:30:15 2014 -0400 |
committer | Adam Langley <agl@google.com> | Thu Jul 24 21:10:29 2014 +0000 |
tree | a6211e31ae6cbfcd8bc059770dcf42b5bcfa75d9 | |
parent | 0eb17906ab03bd3f8d2e83bc08abf94caf0ff489 [diff] |
Remove get_cipher_by_char and put_cipher_by_char. Without SSLv2, all cipher suite values are 2 bytes. Represent them as a uint16_t and make all functions pass those around rather than pointers. This removes SSL_CIPHER_find as it's unused. Change-Id: Iea0b75abee4352a8333a4b8e39a161430ae55ea6 Reviewed-on: https://boringssl-review.googlesource.com/1259 Reviewed-by: Adam Langley <agl@google.com>