Fix SSL handshake functions and SSL_clear() such that SSL_clear()
authorBodo Möller <bodo@openssl.org>
Wed, 24 Oct 2001 19:05:26 +0000 (19:05 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 24 Oct 2001 19:05:26 +0000 (19:05 +0000)
commit38b3e9eddefa98a5aafad8926762f3ce6702c2dc
tree739a0d3610933c600fd59b9c7e328e0231a8f4f6
parent9ccadf1c6feb9382620995e5bac75ac658aec6c6
Fix SSL handshake functions and SSL_clear() such that SSL_clear()
never resets s->method to s->ctx->method when called from within one
of the SSL handshake functions.
CHANGES
ssl/s23_clnt.c
ssl/s23_srvr.c
ssl/s2_clnt.c
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl_lib.c