summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/dsa.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-10 21:13:25 +0000
committerschwarze <>2016-12-10 21:13:25 +0000
commit16f02ee21b68c18a3f651a3b1f9194c7810002d3 (patch)
treefba29026c910a86853c4a51d9e17ad5602fe96c8 /src/lib/libcrypto/man/dsa.3
parentf9d1c759f60dae42c4edc5cfca0eb38c1de507d6 (diff)
downloadopenbsd-16f02ee21b68c18a3f651a3b1f9194c7810002d3.tar.gz
openbsd-16f02ee21b68c18a3f651a3b1f9194c7810002d3.tar.bz2
openbsd-16f02ee21b68c18a3f651a3b1f9194c7810002d3.zip
replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)
Diffstat (limited to 'src/lib/libcrypto/man/dsa.3')
-rw-r--r--src/lib/libcrypto/man/dsa.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/dsa.3 b/src/lib/libcrypto/man/dsa.3
index 4e552df835..f5ad282f9e 100644
--- a/src/lib/libcrypto/man/dsa.3
+++ b/src/lib/libcrypto/man/dsa.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: dsa.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: dsa.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: December 10 2016 $
4.Dt DSA 3 4.Dt DSA 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -52,7 +52,7 @@ For this reason, applications should generally avoid using
52structure elements directly and instead use API functions to query 52structure elements directly and instead use API functions to query
53or modify keys. 53or modify keys.
54.Sh SEE ALSO 54.Sh SEE ALSO
55.Xr bn 3 , 55.Xr BN_new 3 ,
56.Xr d2i_DSAPublicKey 3 , 56.Xr d2i_DSAPublicKey 3 ,
57.Xr dh 3 , 57.Xr dh 3 ,
58.Xr DSA_do_sign 3 , 58.Xr DSA_do_sign 3 ,