CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/29 06:29:34
Modified files:
lib/libssl : s3_lib.c ssl_local.h
Log message:
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
