Use a long for id in ssl3_get_cipher_by_id()
authortb <tb@openbsd.org>
Wed, 29 Nov 2023 13:29:34 +0000 (13:29 +0000)
committertb <tb@openbsd.org>
Wed, 29 Nov 2023 13:29:34 +0000 (13:29 +0000)
commit9f01a767b73c533d4891a96507ce3be6cadae3a8
tree80450f8baf7d858d2c781d5e68d840490d1de2d7
parentf4810b03cd8cfaf2fac388d5bed320d3c8dc0540
Use a long for id in ssl3_get_cipher_by_id()

While the cipher id is effectively a 32-bit value, someone decided that
it should be represented by a long in various internal structs, whose
mameber is passed as id. So use a long because of this and also to make
an upcoming diff simpler.

ok jsing
lib/libssl/s3_lib.c
lib/libssl/ssl_local.h