Deprecate BIO_sock_cleanup() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 13:53:37 +0000 (14:53 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit62d876ad1784bce2feb1b95cfff8aca0fbc3e1e2
tree18db51c88bbdf8774ec6d6e19fe414cba212bc78
parenta5e3ac13d602173e2820e7f4399fa89e25db7821
Deprecate BIO_sock_cleanup() and make it a no-op

BIO_sock_cleanup() should not be called expicitly - we should leave
auto-deinit to clean this up instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/b_sock.c
crypto/init.c
include/internal/bio.h
include/openssl/bio.h