aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-04 14:53:37 +0100
committerMatt Caswell <matt@openssl.org>2016-04-13 08:52:33 +0100
commit62d876ad1784bce2feb1b95cfff8aca0fbc3e1e2 (patch)
tree18db51c88bbdf8774ec6d6e19fe414cba212bc78 /crypto/bio/b_sock.c
parenta5e3ac13d602173e2820e7f4399fa89e25db7821 (diff)
downloadopenssl-62d876ad1784bce2feb1b95cfff8aca0fbc3e1e2.tar.gz
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>
Diffstat (limited to 'crypto/bio/b_sock.c')
-rw-r--r--crypto/bio/b_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c
index 046de99190..e0038f0188 100644
--- a/crypto/bio/b_sock.c
+++ b/crypto/bio/b_sock.c
@@ -205,7 +205,7 @@ int BIO_sock_init(void)
return (1);
}
-void BIO_sock_cleanup(void)
+void bio_sock_cleanup_intern(void)
{
# ifdef OPENSSL_SYS_WINDOWS
if (wsa_init_done) {