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, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_set_negative.3 b/src/lib/libcrypto/man/BN_set_negative.3
index b47fa22670..6cdff5c974 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.5 2019/06/03 14:43:15 schwarze Exp $ 1.\" $OpenBSD: BN_set_negative.3,v 1.6 2021/12/06 19:45:27 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: June 3 2019 $ 17.Dd $Mdocdate: December 6 2021 $
18.Dt BN_SET_NEGATIVE 3 18.Dt BN_SET_NEGATIVE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -45,7 +45,6 @@ are non-zero, otherwise it sets it to positive.
45.Fn BN_is_negative 45.Fn BN_is_negative
46tests the sign of 46tests the sign of
47.Fa b . 47.Fa b .
48It is currently implemented as a macro.
49.Sh RETURN VALUES 48.Sh RETURN VALUES
50.Fn BN_is_negative 49.Fn BN_is_negative
51returns 1 if 50returns 1 if