Remove ssl_put_cipher_by_char
authorEmilia Kasper <emilia@openssl.org>
Fri, 18 Sep 2015 13:00:37 +0000 (15:00 +0200)
committerEmilia Kasper <emilia@openssl.org>
Tue, 22 Sep 2015 18:34:25 +0000 (20:34 +0200)
commite9fa092efca0afbf99bb575193f69e3f8a938f02
tree6a4610b37c5249d3176c0a778adfa613be3b1ff8
parent21b0fa91186ff1c1c3d956c0593ef4ac02521695
Remove ssl_put_cipher_by_char

Since SSLv3, a CipherSuite is always 2 bytes. The only place where we
need 3-byte ciphers is SSLv2-compatible ClientHello processing.

So, remove the ssl_put_cipher_by_char indirection.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl_lib.c
ssl/ssl_locl.h