summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_config.3
diff options
context:
space:
mode:
authorschwarze <>2017-07-06 15:42:04 +0000
committerschwarze <>2017-07-06 15:42:04 +0000
commit22e44168d1f1914a6642ee8c247b8ed5cc2fe51e (patch)
tree250747192fe9ee86550c656ba7fd045f33df2bc8 /src/lib/libcrypto/man/OPENSSL_config.3
parent610fb66a0a941297c7ccf07f3c6df668ebfcb4fc (diff)
downloadopenbsd-22e44168d1f1914a6642ee8c247b8ed5cc2fe51e.tar.gz
openbsd-22e44168d1f1914a6642ee8c247b8ed5cc2fe51e.tar.bz2
openbsd-22e44168d1f1914a6642ee8c247b8ed5cc2fe51e.zip
fix broken cross references; found with mandoc -Tlint
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_config.3')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.36
1 files changed, 3 insertions, 3 deletions
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 @@
1.\" $OpenBSD: OPENSSL_config.3,v 1.5 2016/12/11 18:06:09 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.6 2017/07/06 15:42:04 schwarze Exp $
2.\" OpenSSL ab6577a4 May 14 21:07:51 2014 +0100 2.\" OpenSSL ab6577a4 May 14 21:07:51 2014 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 11 2016 $ 51.Dd $Mdocdate: July 6 2017 $
52.Dt OPENSSL_CONFIG 3 52.Dt OPENSSL_CONFIG 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -103,7 +103,7 @@ automatically.
103It is also possible to automatically call 103It is also possible to automatically call
104.Fn OPENSSL_config 104.Fn OPENSSL_config
105when an application calls 105when an application calls
106.Xr OPENSSL_add_all_algorithms 3 106.Xr OpenSSL_add_all_algorithms 3
107by compiling an application with the preprocessor symbol 107by compiling an application with the preprocessor symbol
108.Dv OPENSSL_LOAD_CONF 108.Dv OPENSSL_LOAD_CONF
109#define'd. 109#define'd.