diff options
Diffstat (limited to 'doc/man3/BIO_ADDR.pod')
| -rw-r--r-- | doc/man3/BIO_ADDR.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/BIO_ADDR.pod b/doc/man3/BIO_ADDR.pod index 5ab88622cee0..12ec84d15ca0 100644 --- a/doc/man3/BIO_ADDR.pod +++ b/doc/man3/BIO_ADDR.pod @@ -38,6 +38,7 @@ with routines that will fill it with information, such as BIO_accept_ex(). BIO_ADDR_free() frees a B<BIO_ADDR> created with BIO_ADDR_new(). +If the argument is NULL, nothing is done. BIO_ADDR_clear() clears any data held within the provided B<BIO_ADDR> and sets it back to an uninitialised state. @@ -115,7 +116,7 @@ L<BIO_connect(3)>, L<BIO_s_connect(3)> =head1 COPYRIGHT -Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |
