From 22e44168d1f1914a6642ee8c247b8ed5cc2fe51e Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Thu, 6 Jul 2017 15:42:04 +0000
Subject: fix broken cross references; found with mandoc -Tlint

---
 src/lib/libcrypto/man/OCSP_sendreq_new.3 |  6 ++---
 src/lib/libcrypto/man/OPENSSL_config.3   |  6 ++---
 src/lib/libcrypto/man/openssl.cnf.5      | 39 ++------------------------------
 3 files changed, 8 insertions(+), 43 deletions(-)

(limited to 'src')

diff --git a/src/lib/libcrypto/man/OCSP_sendreq_new.3 b/src/lib/libcrypto/man/OCSP_sendreq_new.3
index fb3fc4497c..5900ac046b 100644
--- a/src/lib/libcrypto/man/OCSP_sendreq_new.3
+++ b/src/lib/libcrypto/man/OCSP_sendreq_new.3
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: OCSP_sendreq_new.3,v 1.3 2016/12/06 14:54:55 schwarze Exp $
+.\"	$OpenBSD: OCSP_sendreq_new.3,v 1.4 2017/07/06 15:42:04 schwarze Exp $
 .\"	OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: December 6 2016 $
+.Dd $Mdocdate: July 6 2017 $
 .Dt OCSP_SENDREQ_NEW 3
 .Os
 .Sh NAME
@@ -140,7 +140,7 @@ If
 indicates an operation should be retried, the corresponding BIO can
 be examined to determine which operation (read or write) should be
 retried and appropriate action can be taken, for example a
-.Xr select 3
+.Xr select 2
 call on the underlying socket.
 .Pp
 .Fn OCSP_REQ_CTX_free
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index bf42b72fd2..a5fd5a8d36 100644
--- a/src/lib/libcrypto/man/OPENSSL_config.3
+++ b/src/lib/libcrypto/man/OPENSSL_config.3
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: OPENSSL_config.3,v 1.5 2016/12/11 18:06:09 schwarze Exp $
+.\"	$OpenBSD: OPENSSL_config.3,v 1.6 2017/07/06 15:42:04 schwarze Exp $
 .\"	OpenSSL ab6577a4 May 14 21:07:51 2014 +0100
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: December 11 2016 $
+.Dd $Mdocdate: July 6 2017 $
 .Dt OPENSSL_CONFIG 3
 .Os
 .Sh NAME
@@ -103,7 +103,7 @@ automatically.
 It is also possible to automatically call
 .Fn OPENSSL_config
 when an application calls
-.Xr OPENSSL_add_all_algorithms 3
+.Xr OpenSSL_add_all_algorithms 3
 by compiling an application with the preprocessor symbol
 .Dv OPENSSL_LOAD_CONF
 #define'd.
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5
index 1d8ee2d430..de21a5d973 100644
--- a/src/lib/libcrypto/man/openssl.cnf.5
+++ b/src/lib/libcrypto/man/openssl.cnf.5
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: openssl.cnf.5,v 1.2 2016/12/12 22:02:55 jmc Exp $
+.\"	$OpenBSD: openssl.cnf.5,v 1.3 2017/07/06 15:42:04 schwarze Exp $
 .\"	OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: December 12 2016 $
+.Dd $Mdocdate: July 6 2017 $
 .Dt OPENSSL.CNF 5
 .Os
 .Sh NAME
@@ -322,41 +322,6 @@ other_ctrl = EMPTY
 # Supply all default algorithms
 default_algorithms = ALL
 .Ed
-.Ss SSL Configuration Module
-This module has the name
-.Ic ssl_conf
-which points to a section containing SSL configurations.
-.Pp
-Each line in the SSL configuration section contains the name of the
-configuration and the section containing it.
-.Pp
-Each configuration section consists of command value pairs for
-.Vt SSL_CONF .
-Each pair will be passed to a
-.Vt SSL_CTX
-or
-.Vt SSL
-structure if it calls
-.Xr SSL_CTX_config 3
-or
-.Xr SSL_config 3
-with the appropriate configuration name.
-.Pp
-Note: any characters before an initial dot in the configuration section
-are ignored so the same command can be used multiple times.
-.Pp
-For example:
-.Bd -literal -offset indent
-ssl_conf = ssl_sect
-
-[ssl_sect]
-server = server_section
-
-[server_section]
-RSA.Certificate = server-rsa.pem
-ECDSA.Certificate = server-ecdsa.pem
-Ciphers = ALL:!RC4
-.Ed
 .Sh FILES
 .Bl -tag -width /etc/ssl/openssl.cnf -compact
 .It Pa /etc/ssl/openssl.cnf
-- 
cgit v1.2.3-55-g6feb