diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-01 17:05:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-01 17:05:06 +0000 |
commit | 3691db678ab03bcb639827cbc5b810109d7e90e3 (patch) | |
tree | c3ba6418c79c88bda5819c0c7f7d1fc32b2854c9 /lib/libcrypto/man/BIO_s_accept.3 | |
parent | 9717a1d54a52e7f9a2ef34d96d514bc6e0f06ce5 (diff) |
In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiers
to the prototypes of several functions. Update the documentation.
Diffstat (limited to 'lib/libcrypto/man/BIO_s_accept.3')
-rw-r--r-- | lib/libcrypto/man/BIO_s_accept.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BIO_s_accept.3 b/lib/libcrypto/man/BIO_s_accept.3 index 9314d790b56..6dc98ba781b 100644 --- a/lib/libcrypto/man/BIO_s_accept.3 +++ b/lib/libcrypto/man/BIO_s_accept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_accept.3,v 1.9 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: BIO_s_accept.3,v 1.10 2018/05/01 17:05:05 schwarze Exp $ .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: May 1 2018 $ .Dt BIO_S_ACCEPT 3 .Os .Sh NAME @@ -64,7 +64,7 @@ .Nd accept BIO .Sh SYNOPSIS .In openssl/bio.h -.Ft BIO_METHOD * +.Ft const BIO_METHOD * .Fo BIO_s_accept .Fa void .Fc |