Deprecate BIO_sock_cleanup() and make it a no-op
[openssl.git] / crypto / bio / b_sock.c
index 046de991900c8d15d4199566074bf6eb72e21739..e0038f01887dca6c5b66f609243de5a959e0c083 100644 (file)
@@ -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) {