CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/04 07:25:44
Modified files:
lib/libssl : s3_clnt.c
Log message:
Cleanup some of ssl3_send_client_kex_rsa() - tmp_buf is really the
premaster secret, so name it accordingly. Also, remove bogus assignment
of master_key_length - the correct value is assigned when the master_key
is set.
ok beck@ doug@
