From f62463c2c218cf95320c8841ba552dc2c8ce4738 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 23 Jul 2016 19:31:37 +0000 Subject: This commit was manufactured by cvs2git to create branch 'OPENBSD_6_0'. --- src/lib/libssl/doc/SSL_get_version.3 | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/lib/libssl/doc/SSL_get_version.3 (limited to 'src/lib/libssl/doc/SSL_get_version.3') diff --git a/src/lib/libssl/doc/SSL_get_version.3 b/src/lib/libssl/doc/SSL_get_version.3 deleted file mode 100644 index ecfd005f12..0000000000 --- a/src/lib/libssl/doc/SSL_get_version.3 +++ /dev/null @@ -1,35 +0,0 @@ -.\" -.\" $OpenBSD: SSL_get_version.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ -.\" -.Dd $Mdocdate: December 2 2014 $ -.Dt SSL_GET_VERSION 3 -.Os -.Sh NAME -.Nm SSL_get_version -.Nd get the protocol version of a connection -.Sh SYNOPSIS -.In openssl/ssl.h -.Ft const char * -.Fn SSL_get_version "const SSL *ssl" -.Sh DESCRIPTION -.Fn SSL_get_version -returns the name of the protocol used for the connection -.Fa ssl . -.Sh RETURN VALUES -The following strings can be returned: -.Bl -tag -width Ds -.It Qq SSLv2 -The connection uses the SSLv2 protocol. -.It Qq SSLv3 -The connection uses the SSLv3 protocol. -.It Qq TLSv1 -The connection uses the TLSv1.0 protocol. -.It Qq TLSv1.1 -The connection uses the TLSv1.1 protocol. -.It Qq TLSv1.2 -The connection uses the TLSv1.2 protocol. -.It Qq unknown -This indicates that no version has been set (no connection established). -.El -.Sh SEE ALSO -.Xr ssl 3 -- cgit v1.2.3-55-g6feb