Fix SSL handshake functions and SSL_clear() such that SSL_clear()
authorBodo Möller <bodo@openssl.org>
Wed, 24 Oct 2001 19:03:22 +0000 (19:03 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 24 Oct 2001 19:03:22 +0000 (19:03 +0000)
commit979689aa5cfa100ccbc1f25064e9398be4b7b05c
tree363dad35cdaaba2b61eb34898433e4fb0495bcde
parenta3faebd1041576a59bffe01bbd2c68495870ec5e
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