summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authorschwarze <>2017-07-05 11:43:09 +0000
committerschwarze <>2017-07-05 11:43:09 +0000
commit8c7735d1ee7303fd6c3a7729c775bee34cad547b (patch)
tree84c4ae3e83cc1c5454d4ddef73adcebcc9f76807 /src/lib/libssl/man
parent77a9e108b735bfd730d56983245c296606a34e8e (diff)
downloadopenbsd-8c7735d1ee7303fd6c3a7729c775bee34cad547b.tar.gz
openbsd-8c7735d1ee7303fd6c3a7729c775bee34cad547b.tar.bz2
openbsd-8c7735d1ee7303fd6c3a7729c775bee34cad547b.zip
fix cross references to self; found with mandoc -Tlint
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/SSL_CIPHER_get_name.36
-rw-r--r--src/lib/libssl/man/SSL_num_renegotiations.36
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/man/SSL_CIPHER_get_name.3 b/src/lib/libssl/man/SSL_CIPHER_get_name.3
index 1cd980af78..b85fdffe8d 100644
--- a/src/lib/libssl/man/SSL_CIPHER_get_name.3
+++ b/src/lib/libssl/man/SSL_CIPHER_get_name.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CIPHER_get_name.3,v 1.2 2016/11/29 19:18:52 schwarze Exp $ 1.\" $OpenBSD: SSL_CIPHER_get_name.3,v 1.3 2017/07/05 11:43:09 schwarze Exp $
2.\" OpenSSL 45f55f6a Nov 30 15:35:22 2014 +0100 2.\" OpenSSL 45f55f6a Nov 30 15:35:22 2014 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: November 29 2016 $ 52.Dd $Mdocdate: July 5 2017 $
53.Dt SSL_CIPHER_GET_NAME 3 53.Dt SSL_CIPHER_GET_NAME 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -102,7 +102,7 @@ This is currently
102In some cases it should possibly return 102In some cases it should possibly return
103.Qq TLSv1.2 103.Qq TLSv1.2
104but the function does not; use 104but the function does not; use
105.Xr SSL_CIPHER_description 3 105.Fn SSL_CIPHER_description
106instead. 106instead.
107If 107If
108.Fa cipher 108.Fa cipher
diff --git a/src/lib/libssl/man/SSL_num_renegotiations.3 b/src/lib/libssl/man/SSL_num_renegotiations.3
index 11aadc0e26..7b380d93de 100644
--- a/src/lib/libssl/man/SSL_num_renegotiations.3
+++ b/src/lib/libssl/man/SSL_num_renegotiations.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_num_renegotiations.3,v 1.2 2017/04/10 14:00:51 schwarze Exp $ 1.\" $OpenBSD: SSL_num_renegotiations.3,v 1.3 2017/07/05 11:43:09 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 10 2017 $ 17.Dd $Mdocdate: July 5 2017 $
18.Dt SSL_NUM_RENEGOTIATIONS 3 18.Dt SSL_NUM_RENEGOTIATIONS 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -44,7 +44,7 @@ since
44.Xr SSL_new 3 , 44.Xr SSL_new 3 ,
45.Xr SSL_clear 3 , 45.Xr SSL_clear 3 ,
46or 46or
47.Xr SSL_clear_num_renegotiations 3 47.Fn SSL_clear_num_renegotiations
48was last called on that object. 48was last called on that object.
49.Pp 49.Pp
50.Fn SSL_clear_num_renegotiations 50.Fn SSL_clear_num_renegotiations