CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/07 11:31:36
Modified files:
lib/libssl : ssl_sess.c
Log message:
Add a cast to SSL_SESSION_get_id() to indicate that session_id_length
is deliberately reduced to an unsigned int. Since the session_id is at
most 32 bytes, this is not a concern.
ok jsing
