diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-25 22:43:14 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-25 22:43:14 +0000 |
commit | 7fc1f569abf7c799c6334297ee020a01b5d3d71e (patch) | |
tree | 6494fa45d06ccd27128ac6675e338eb0ee59ac62 /crypto/openssl/doc/man3/BIO_ADDR.pod | |
parent | 2367fca656edb8ea52e6a2f7d8ef63e3a38966d6 (diff) | |
download | src-test2-7fc1f569abf7c799c6334297ee020a01b5d3d71e.tar.gz src-test2-7fc1f569abf7c799c6334297ee020a01b5d3d71e.zip |
Notes
Diffstat (limited to 'crypto/openssl/doc/man3/BIO_ADDR.pod')
-rw-r--r-- | crypto/openssl/doc/man3/BIO_ADDR.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/doc/man3/BIO_ADDR.pod b/crypto/openssl/doc/man3/BIO_ADDR.pod index 4b169e8a89c4..e9652ed550e2 100644 --- a/crypto/openssl/doc/man3/BIO_ADDR.pod +++ b/crypto/openssl/doc/man3/BIO_ADDR.pod @@ -42,7 +42,7 @@ BIO_ADDR_free() frees a B<BIO_ADDR> created with BIO_ADDR_new(). BIO_ADDR_clear() clears any data held within the provided B<BIO_ADDR> and sets it back to an uninitialised state. -BIO_ADDR_rawmake() takes a protocol B<family>, an byte array of +BIO_ADDR_rawmake() takes a protocol B<family>, a byte array of size B<wherelen> with an address in network byte order pointed at by B<where> and a port number in network byte order in B<port> (except for the B<AF_UNIX> protocol family, where B<port> is meaningless and @@ -115,7 +115,7 @@ L<BIO_connect(3)>, L<BIO_s_connect(3)> =head1 COPYRIGHT -Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |