summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_fd.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/BIO_s_fd.313
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_fd.3 b/src/lib/libcrypto/man/BIO_s_fd.3
index a22ba5d603..ee70c56a02 100644
--- a/src/lib/libcrypto/man/BIO_s_fd.3
+++ b/src/lib/libcrypto/man/BIO_s_fd.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_fd.3,v 1.10 2022/12/20 14:55:45 schwarze Exp $ 1.\" $OpenBSD: BIO_s_fd.3,v 1.11 2023/04/11 16:58:43 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: December 20 2022 $ 68.Dd $Mdocdate: April 11 2023 $
69.Dt BIO_S_FD 3 69.Dt BIO_S_FD 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -209,6 +209,15 @@ are implemented as macros.
209.Fn BIO_s_fd 209.Fn BIO_s_fd
210returns the file descriptor BIO method. 210returns the file descriptor BIO method.
211.Pp 211.Pp
212When called on a file descriptor BIO object,
213.Xr BIO_method_type 3
214returns the constant
215.Dv BIO_TYPE_FD
216and
217.Xr BIO_method_name 3
218returns a pointer to the static string
219.Qq file descriptor .
220.Pp
212.Fn BIO_set_fd 221.Fn BIO_set_fd
213always returns 1. 222always returns 1.
214.Pp 223.Pp