diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_socket.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_socket.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_socket.3 b/src/lib/libcrypto/man/BIO_s_socket.3 index 63ab1deb4b..402622b3bd 100644 --- a/src/lib/libcrypto/man/BIO_s_socket.3 +++ b/src/lib/libcrypto/man/BIO_s_socket.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_s_socket.3,v 1.9 2018/05/01 17:05:05 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_socket.3,v 1.10 2023/04/11 16:58:43 schwarze Exp $ |
2 | .\" OpenSSL bbdc9c98 Oct 19 22:02:21 2000 +0000 | 2 | .\" OpenSSL bbdc9c98 Oct 19 22:02:21 2000 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: May 1 2018 $ | 51 | .Dd $Mdocdate: April 11 2023 $ |
52 | .Dt BIO_S_SOCKET 3 | 52 | .Dt BIO_S_SOCKET 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -104,6 +104,15 @@ returns the socket BIO method. | |||
104 | returns the newly allocated BIO or | 104 | returns the newly allocated BIO or |
105 | .Dv NULL | 105 | .Dv NULL |
106 | if an error occurred. | 106 | if an error occurred. |
107 | .Pp | ||
108 | When called on a socket BIO object, | ||
109 | .Xr BIO_method_type 3 | ||
110 | returns the constant | ||
111 | .Dv BIO_TYPE_SOCKET | ||
112 | and | ||
113 | .Xr BIO_method_name 3 | ||
114 | returns a pointer to the static string | ||
115 | .Qq socket . | ||
107 | .Sh SEE ALSO | 116 | .Sh SEE ALSO |
108 | .Xr BIO_get_fd 3 , | 117 | .Xr BIO_get_fd 3 , |
109 | .Xr BIO_new 3 | 118 | .Xr BIO_new 3 |