diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-18 02:13:12 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-18 02:13:12 +0000 |
| commit | 17f01e9963948a18f55eb97173123702c5dae671 (patch) | |
| tree | bc68d611f898931c657418447120d2c674c1ff38 /secure/lib/libcrypto/man/man3/SSL_connect.3 | |
| parent | 889d304bb46d7551805fd8e79815a50a4cddda6b (diff) | |
| parent | aa144ced5d61b5c7fb74acaebb37d85bd08f0416 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto/man/man3/SSL_connect.3')
| -rw-r--r-- | secure/lib/libcrypto/man/man3/SSL_connect.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/man3/SSL_connect.3 b/secure/lib/libcrypto/man/man3/SSL_connect.3 index 3cf6cb35c962a..47a9a585bf0dd 100644 --- a/secure/lib/libcrypto/man/man3/SSL_connect.3 +++ b/secure/lib/libcrypto/man/man3/SSL_connect.3 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.39) +.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "SSL_CONNECT 3" -.TH SSL_CONNECT 3 "2019-09-10" "1.1.1d" "OpenSSL" +.TH SSL_CONNECT 3 "2020-03-17" "1.1.1e" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -200,7 +200,7 @@ established. .IX Item "<0" The \s-1TLS/SSL\s0 handshake was not successful, because a fatal error occurred either at the protocol level or a connection failure occurred. The shutdown was -not clean. It can also occur of action is need to continue the operation +not clean. It can also occur if action is needed to continue the operation for non-blocking BIOs. Call \fBSSL_get_error()\fR with the return value \fBret\fR to find out the reason. .SH "SEE ALSO" @@ -212,7 +212,7 @@ to find out the reason. \&\fBSSL_CTX_new\fR\|(3) .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright 2000\-2018 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2020 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use this file except in compliance with the License. You can obtain a copy |
