diff options
| author | schwarze <> | 2016-12-10 21:13:25 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-10 21:13:25 +0000 |
| commit | 14bc249be8db92222ed9b5d6bba0c94e30fae42d (patch) | |
| tree | fba29026c910a86853c4a51d9e17ad5602fe96c8 /src/lib/libcrypto/man/BN_set_negative.3 | |
| parent | e724c29020e015d16620883225570e7952a32323 (diff) | |
| download | openbsd-14bc249be8db92222ed9b5d6bba0c94e30fae42d.tar.gz openbsd-14bc249be8db92222ed9b5d6bba0c94e30fae42d.tar.bz2 openbsd-14bc249be8db92222ed9b5d6bba0c94e30fae42d.zip | |
replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_negative.3')
| -rw-r--r-- | src/lib/libcrypto/man/BN_set_negative.3 | 5 |
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 | |||
| 52 | is negative or 0 otherwise. | 52 | is 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 |
