summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_set_negative.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_negative.3')
-rw-r--r--src/lib/libcrypto/man/BN_set_negative.35
1 files changed, 3 insertions, 2 deletions
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 @@
1.\" $OpenBSD: BN_set_negative.3,v 1.2 2016/11/08 22:19:45 jmc Exp $ 1.\" $OpenBSD: BN_set_negative.3,v 1.3 2016/12/10 21:13:25 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 8 2016 $ 17.Dd $Mdocdate: December 10 2016 $
18.Dt BN_SET_NEGATIVE 3 18.Dt BN_SET_NEGATIVE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -52,5 +52,6 @@ returns 1 if
52is negative or 0 otherwise. 52is negative or 0 otherwise.
53.Sh SEE ALSO 53.Sh SEE ALSO
54.Xr BN_add 3 , 54.Xr BN_add 3 ,
55.Xr BN_new 3 ,
55.Xr BN_set_bit 3 , 56.Xr BN_set_bit 3 ,
56.Xr BN_zero 3 57.Xr BN_zero 3