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_cmp.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_cmp.3')
| -rw-r--r-- | src/lib/libcrypto/man/BN_cmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_cmp.3 b/src/lib/libcrypto/man/BN_cmp.3 index f7a8ef44f8..bd79c905d7 100644 --- a/src/lib/libcrypto/man/BN_cmp.3 +++ b/src/lib/libcrypto/man/BN_cmp.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BN_cmp.3,v 1.3 2016/11/20 16:37:02 schwarze Exp $ | 1 | .\" $OpenBSD: BN_cmp.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: November 20 2016 $ | 51 | .Dd $Mdocdate: December 10 2016 $ |
| 52 | .Dt BN_CMP 3 | 52 | .Dt BN_CMP 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -136,7 +136,7 @@ and | |||
| 136 | .Fn BN_is_odd | 136 | .Fn BN_is_odd |
| 137 | return 1 if the condition is true, 0 otherwise. | 137 | return 1 if the condition is true, 0 otherwise. |
| 138 | .Sh SEE ALSO | 138 | .Sh SEE ALSO |
| 139 | .Xr bn 3 | 139 | .Xr BN_new 3 |
| 140 | .Sh HISTORY | 140 | .Sh HISTORY |
| 141 | .Fn BN_cmp , | 141 | .Fn BN_cmp , |
| 142 | .Fn BN_ucmp , | 142 | .Fn BN_ucmp , |
