diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_negative.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_set_negative.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_set_negative.3 b/src/lib/libcrypto/man/BN_set_negative.3 index 29cb2d95cf..69927c1bb1 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.3 2016/12/10 21:13:25 schwarze Exp $ | 1 | .\" $OpenBSD: BN_set_negative.3,v 1.4 2018/03/23 00:09:11 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: December 10 2016 $ | 17 | .Dd $Mdocdate: March 23 2018 $ |
18 | .Dt BN_SET_NEGATIVE 3 | 18 | .Dt BN_SET_NEGATIVE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -55,3 +55,9 @@ is negative or 0 otherwise. | |||
55 | .Xr BN_new 3 , | 55 | .Xr BN_new 3 , |
56 | .Xr BN_set_bit 3 , | 56 | .Xr BN_set_bit 3 , |
57 | .Xr BN_zero 3 | 57 | .Xr BN_zero 3 |
58 | .Sh HISTORY | ||
59 | .Fn BN_set_negative | ||
60 | and | ||
61 | .Fn BN_is_negative | ||
62 | first appeared in OpenSSL 0.9.8 and have been available since | ||
63 | .Ox 4.5 . | ||