From 14bc249be8db92222ed9b5d6bba0c94e30fae42d 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/BN_set_negative.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/BN_set_negative.3') diff --git a/src/lib/libcrypto/man/BN_set_negative.3 b/src/lib/libcrypto/man/BN_set_negative.3 index 166e2f2971..29cb2d95cf 100644 --- a/src/lib/libcrypto/man/BN_set_negative.3 +++ b/src/lib/libcrypto/man/BN_set_negative.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_set_negative.3,v 1.2 2016/11/08 22:19:45 jmc Exp $ +.\" $OpenBSD: BN_set_negative.3,v 1.3 2016/12/10 21:13:25 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 8 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt BN_SET_NEGATIVE 3 .Os .Sh NAME @@ -52,5 +52,6 @@ returns 1 if is negative or 0 otherwise. .Sh SEE ALSO .Xr BN_add 3 , +.Xr BN_new 3 , .Xr BN_set_bit 3 , .Xr BN_zero 3 -- cgit v1.2.3-55-g6feb