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_connect.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_connect.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_s_connect.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_connect.3 b/src/lib/libcrypto/man/BIO_s_connect.3 index 2eeee197c5..2b2783fc5c 100644 --- a/src/lib/libcrypto/man/BIO_s_connect.3 +++ b/src/lib/libcrypto/man/BIO_s_connect.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_s_connect.3,v 1.15 2023/04/06 19:23:12 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_connect.3,v 1.16 2023/04/11 16:58:43 schwarze Exp $ |
| 2 | .\" full merge up to: OpenSSL 0e474b8b Nov 1 15:45:49 2015 +0100 | 2 | .\" full merge up to: OpenSSL 0e474b8b Nov 1 15:45:49 2015 +0100 |
| 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: April 6 2023 $ | 68 | .Dd $Mdocdate: April 11 2023 $ |
| 69 | .Dt BIO_S_CONNECT 3 | 69 | .Dt BIO_S_CONNECT 3 |
| 70 | .Os | 70 | .Os |
| 71 | .Sh NAME | 71 | .Sh NAME |
| @@ -368,6 +368,15 @@ are macros. | |||
| 368 | .Fn BIO_s_connect | 368 | .Fn BIO_s_connect |
| 369 | returns the connect BIO method. | 369 | returns the connect BIO method. |
| 370 | .Pp | 370 | .Pp |
| 371 | When called on a connect BIO object, | ||
| 372 | .Xr BIO_method_type 3 | ||
| 373 | returns the constant | ||
| 374 | .Dv BIO_TYPE_CONNECT | ||
| 375 | and | ||
| 376 | .Xr BIO_method_name 3 | ||
| 377 | returns a pointer to the static string | ||
| 378 | .Qq socket connect . | ||
| 379 | .Pp | ||
| 371 | .Xr BIO_get_fd 3 | 380 | .Xr BIO_get_fd 3 |
| 372 | returns the socket or -1 if the BIO has not been initialized. | 381 | returns the socket or -1 if the BIO has not been initialized. |
| 373 | .Pp | 382 | .Pp |
