CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/31 23:58:35
Modified files:
lib/libssl : ssl_sess.c
Log message:
Rename the session pointer ret to sess
ret is a confusing name for a pointer in a function that returns int.
ret is only returned in the sense that it ultimately replaces the current
s->session on success.
