CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/06 22:22:24
Modified files:
lib/libssl : d1_both.c d1_clnt.c d1_pkt.c d1_srvr.c s3_lib.c
ssl.h ssl_both.c ssl_clnt.c ssl_err.c ssl_lib.c
ssl_locl.h ssl_pkt.c ssl_srvr.c ssl_stat.c
t1_lib.c
Log message:
Move state from ssl->internal to the handshake structure.
while we are at it, convert SSLerror to use a function
internally, so that we may later allocate the handshake
structure and check for it
ok jsing@
