Convert ssl3_put_cipher_by_char() to CBB.
authorjsing <jsing@openbsd.org>
Sat, 27 Jan 2018 15:09:15 +0000 (15:09 +0000)
committerjsing <jsing@openbsd.org>
Sat, 27 Jan 2018 15:09:15 +0000 (15:09 +0000)
commit090b09bffdea8c25e6455787dbea722bf10a9d7b
tree63108341a4e37a707b57953408ca40dd6b93804b
parent566caca07e832a12df283298eb92624457917107
Convert ssl3_put_cipher_by_char() to CBB.

While here make the CBS usage in ssl3_get_cipher_by_char() more consistent
with other code.

ok inoguchi@
lib/libssl/s3_lib.c