diff options
| author | schwarze <> | 2023-04-11 16:58:43 +0000 | 
|---|---|---|
| committer | schwarze <> | 2023-04-11 16:58:43 +0000 | 
| commit | fdb1eca18c61c136a3750f89858caf1e54dc603a (patch) | |
| tree | 9e9844b4dbe0220ef1b7dcfafbf2775501b09d3c /src/lib/libcrypto/man/BIO_s_socket.3 | |
| parent | f05406e95b3e348820f2039156864504f387cf32 (diff) | |
| download | openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.tar.gz openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.tar.bz2 openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.zip | |
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
for the various BIO types.
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 | 
