Deprecate BIO_sock_cleanup() and make it a no-op
[openssl.git] / include / internal / bio.h
index b3352ce80fb2e70be0436136bf3f46ccebc7fb79..bf5bc18c7a6eb198a4beee17893b668dbbd509ef 100644 (file)
@@ -67,5 +67,4 @@ struct bio_method_st {
     long (*callback_ctrl) (BIO *, int, bio_info_cb *);
 };
 
-
-
+void bio_sock_cleanup_intern(void);