CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/30 06:23:16
Modified files:
lib/libssl : d1_lib.c
Log message:
libssl: avoid narrowing return value in dtls1_ctrl
dtls1_ctrl() and ssl3_ctrl() return long, but the intermediate return
value was stored in an int. Use long to avoid truncating values returned
by ssl3_ctrl().
CID 497395
>From Yuji Hashimoto
ok tb jsing
