diff options
author | 2018-05-01 16:45:38 +0000 | |
---|---|---|
committer | 2018-05-01 16:45:38 +0000 | |
commit | 9b2911524278c772cedccad843568081df36ecdd (patch) | |
tree | d00ae4538f12287c453f3682788a3b85bc55b1f2 /lib/libssl/man | |
parent | Fix whitespace on a few lines to reduce noise in an upcoming diff. (diff) | |
download | wireguard-openbsd-9b2911524278c772cedccad843568081df36ecdd.tar.xz wireguard-openbsd-9b2911524278c772cedccad843568081df36ecdd.zip |
In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3)
to return const. Update the documentation.
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/BIO_f_ssl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/BIO_f_ssl.3 b/lib/libssl/man/BIO_f_ssl.3 index 97a3ff913ab..ef579c731b0 100644 --- a/lib/libssl/man/BIO_f_ssl.3 +++ b/lib/libssl/man/BIO_f_ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_f_ssl.3,v 1.9 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: BIO_f_ssl.3,v 1.10 2018/05/01 16:45:38 schwarze Exp $ .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 .\" @@ -50,7 +50,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_F_SSL 3 .Os .Sh NAME @@ -71,7 +71,7 @@ .Sh SYNOPSIS .In openssl/bio.h .In openssl/ssl.h -.Ft BIO_METHOD * +.Ft const BIO_METHOD * .Fn BIO_f_ssl void .Ft long .Fo BIO_set_ssl |