summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/dsa.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-10 22:22:59 +0000
committerschwarze <>2016-12-10 22:22:59 +0000
commit927d177f56ef5ef813f8cc34c32394e472357c6e (patch)
tree91a6bef9fed3b135dcf8da777dbd9450e02a24b3 /src/lib/libcrypto/man/dsa.3
parentb2e023229a7e71d7b3c49ce29cfc6773440cdad5 (diff)
downloadopenbsd-927d177f56ef5ef813f8cc34c32394e472357c6e.tar.gz
openbsd-927d177f56ef5ef813f8cc34c32394e472357c6e.tar.bz2
openbsd-927d177f56ef5ef813f8cc34c32394e472357c6e.zip
Replace all references to dh(3) with DH_new(3).
Make sure that all DH pages point back to DH_new(3).
Diffstat (limited to 'src/lib/libcrypto/man/dsa.3')
-rw-r--r--src/lib/libcrypto/man/dsa.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/dsa.3 b/src/lib/libcrypto/man/dsa.3
index f5ad282f9e..78493635fb 100644
--- a/src/lib/libcrypto/man/dsa.3
+++ b/src/lib/libcrypto/man/dsa.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: dsa.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ 1.\" $OpenBSD: dsa.3,v 1.5 2016/12/10 22:22:59 schwarze Exp $
2.\" 2.\"
3.Dd $Mdocdate: December 10 2016 $ 3.Dd $Mdocdate: December 10 2016 $
4.Dt DSA 3 4.Dt DSA 3
@@ -54,7 +54,7 @@ or modify keys.
54.Sh SEE ALSO 54.Sh SEE ALSO
55.Xr BN_new 3 , 55.Xr BN_new 3 ,
56.Xr d2i_DSAPublicKey 3 , 56.Xr d2i_DSAPublicKey 3 ,
57.Xr dh 3 , 57.Xr DH_new 3 ,
58.Xr DSA_do_sign 3 , 58.Xr DSA_do_sign 3 ,
59.Xr DSA_dup_DH 3 , 59.Xr DSA_dup_DH 3 ,
60.Xr DSA_generate_key 3 , 60.Xr DSA_generate_key 3 ,