summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/crypto.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-10 22:47:50 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-10 22:47:50 +0000
commite5fd56453962d0b61241c01a287875d2072d3a28 (patch)
tree5814d3be94e8d30abbd367051b0abd8af2271019 /lib/libcrypto/man/crypto.3
parent56058520e6cd633113b5fcb645c55347e00337e5 (diff)
Change all references to dsa(3) to point to DSA_new(3).
Make sure all DSA pages point back to DSA_new(3).
Diffstat (limited to 'lib/libcrypto/man/crypto.3')
-rw-r--r--lib/libcrypto/man/crypto.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3
index 3ecb3714690..5b0be4da0ac 100644
--- a/lib/libcrypto/man/crypto.3
+++ b/lib/libcrypto/man/crypto.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.3,v 1.10 2016/12/10 22:22:59 schwarze Exp $
+.\" $OpenBSD: crypto.3,v 1.11 2016/12/10 22:47:49 schwarze Exp $
.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -75,7 +75,7 @@ and
.Sy Public key cryptography and key agreement
are provided by
.Xr DH_new 3 ,
-.Xr dsa 3 ,
+.Xr DSA_new 3 ,
.Xr ECDSA_SIG_new 3 ,
and
.Xr rsa 3 .