From 16f02ee21b68c18a3f651a3b1f9194c7810002d3 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 10 Dec 2016 21:13:25 +0000 Subject: replace all references to bn(3) with BN_new(3), and make sure all BN*(3) pages point back to BN_new(3) --- src/lib/libcrypto/man/dsa.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/dsa.3') 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 @@ -.\" $OpenBSD: dsa.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: dsa.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt DSA 3 .Os .Sh NAME @@ -52,7 +52,7 @@ For this reason, applications should generally avoid using structure elements directly and instead use API functions to query or modify keys. .Sh SEE ALSO -.Xr bn 3 , +.Xr BN_new 3 , .Xr d2i_DSAPublicKey 3 , .Xr dh 3 , .Xr DSA_do_sign 3 , -- cgit v1.2.3-55-g6feb