Commit e9fa092e authored by Emilia Kasper's avatar Emilia Kasper
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 21b0fa91
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment