Remove SSL_state and SSL_set_state
authorMatt Caswell <matt@openssl.org>
Mon, 5 Oct 2015 09:49:15 +0000 (10:49 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:46 +0000 (08:39 +0000)
commit5998e2903589e7b19e102ebff06521f2dcb60409
tree1936f69be6ec84baebef62d5ea72f5f0cdcba63e
parenta71a4966a31b31df72db42c130544462fd6ad624
Remove SSL_state and SSL_set_state

SSL_state has been replaced by SSL_get_state and SSL_set_state is no longer
supported.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
CHANGES
apps/s_server.c
doc/ssl/ssl.pod
include/openssl/ssl.h
ssl/record/rec_layer_d1.c
ssl/ssl_stat.c
ssl/statem/statem.c