diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_get_data.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_get_data.3 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_get_data.3 b/src/lib/libcrypto/man/BIO_get_data.3 index b4b0014d15..63750ac37b 100644 --- a/src/lib/libcrypto/man/BIO_get_data.3 +++ b/src/lib/libcrypto/man/BIO_get_data.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_get_data.3,v 1.7 2022/12/19 14:40:14 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_get_data.3,v 1.8 2023/11/16 20:27:43 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 | 2 | .\" full merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +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: December 19 2022 $ | 68 | .Dd $Mdocdate: November 16 2023 $ |
69 | .Dt BIO_GET_DATA 3 | 69 | .Dt BIO_GET_DATA 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -204,7 +204,7 @@ Application programs usually call macros like those documented in | |||
204 | rather than calling | 204 | rather than calling |
205 | .Fn BIO_test_flags | 205 | .Fn BIO_test_flags |
206 | directly. | 206 | directly. |
207 | Flag bits correspond to accessor functions as follows: | 207 | Flag bits correspond to accessor macros as follows: |
208 | .Pp | 208 | .Pp |
209 | .Bl -tag -width BIO_FLAGS_SHOULD_RETRY -compact | 209 | .Bl -tag -width BIO_FLAGS_SHOULD_RETRY -compact |
210 | .It Dv BIO_FLAGS_READ | 210 | .It Dv BIO_FLAGS_READ |
@@ -319,6 +319,15 @@ object, call | |||
319 | and | 319 | and |
320 | .Xr BIO_get_close 3 | 320 | .Xr BIO_get_close 3 |
321 | instead. | 321 | instead. |
322 | .Pp | ||
323 | .Fn BIO_get_flags , | ||
324 | .Fn BIO_set_retry_read , | ||
325 | .Fn BIO_set_retry_write , | ||
326 | .Fn BIO_set_retry_special , | ||
327 | .Fn BIO_clear_retry_flags , | ||
328 | and | ||
329 | .Fn BIO_get_retry_flags | ||
330 | are implemented as macros. | ||
322 | .Sh RETURN VALUES | 331 | .Sh RETURN VALUES |
323 | .Fn BIO_get_data | 332 | .Fn BIO_get_data |
324 | returns a pointer to the implementation specific custom data associated | 333 | returns a pointer to the implementation specific custom data associated |