diff options
author | 2017-03-29 00:24:42 +0000 | |
---|---|---|
committer | 2017-03-29 00:24:42 +0000 | |
commit | 963bf7c71bd9bc535a27cb960b47a7a3c9c01b90 (patch) | |
tree | ba267ba733e32009c2a594e7c8798b88a1fb3351 | |
parent | Match on class communications subclass abstract control model protocol (diff) | |
download | wireguard-openbsd-963bf7c71bd9bc535a27cb960b47a7a3c9c01b90.tar.xz wireguard-openbsd-963bf7c71bd9bc535a27cb960b47a7a3c9c01b90.zip |
tweak previous;
-rw-r--r-- | lib/libssl/man/SSL_renegotiate.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_renegotiate.3 b/lib/libssl/man/SSL_renegotiate.3 index 586425683cb..b28bd6e9923 100644 --- a/lib/libssl/man/SSL_renegotiate.3 +++ b/lib/libssl/man/SSL_renegotiate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_renegotiate.3,v 1.3 2017/03/28 18:19:53 schwarze Exp $ +.\" $OpenBSD: SSL_renegotiate.3,v 1.4 2017/03/29 00:24:42 jmc Exp $ .\" OpenSSL SSL_key_update.pod 4fbfe86a Feb 16 17:04:40 2017 +0000 .\" .\" This file is a derived work. @@ -65,11 +65,13 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 28 2017 $ +.Dd $Mdocdate: March 29 2017 $ .Dt SSL_RENEGOTIATE 3 .Os .Sh NAME -.Nm SSL_renegotiate +.Nm SSL_renegotiate , +.Nm SSL_renegotiate_abbreviated , +.Nm SSL_renegotiate_pending .Nd initiate a new TLS handshake .Sh SYNOPSIS .In openssl/ssl.h |