diff options
author | schwarze <> | 2021-12-06 19:45:27 +0000 |
---|---|---|
committer | schwarze <> | 2021-12-06 19:45:27 +0000 |
commit | 1899d459607a5a561a64371d6a7eecdd4407fc43 (patch) | |
tree | 097201a7ed49548eb6092bcb78dc0d4c3b3b14a3 /src/lib/libcrypto/man/BN_cmp.3 | |
parent | 60a6a10467f5b7d56c92fe8e4133a6af9e9bd48f (diff) | |
download | openbsd-1899d459607a5a561a64371d6a7eecdd4407fc43.tar.gz openbsd-1899d459607a5a561a64371d6a7eecdd4407fc43.tar.bz2 openbsd-1899d459607a5a561a64371d6a7eecdd4407fc43.zip |
In the next major bump, some BN macros will become functions.
In order to not forget it, already remove the statements
that these APIs are currently implemented as macros:
Not saying that doesn't make the documentation wrong.
Diffstat (limited to 'src/lib/libcrypto/man/BN_cmp.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_cmp.3 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/BN_cmp.3 b/src/lib/libcrypto/man/BN_cmp.3 index 8064b7e90d..5c1fad64a0 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.7 2021/11/30 18:34:35 tb Exp $ | 1 | .\" $OpenBSD: BN_cmp.3,v 1.8 2021/12/06 19:45:27 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 30 2021 $ | 51 | .Dd $Mdocdate: December 6 2021 $ |
52 | .Dt BN_CMP 3 | 52 | .Dt BN_CMP 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -108,13 +108,6 @@ equals 0, 1, or | |||
108 | respectively. | 108 | respectively. |
109 | .Fn BN_is_odd | 109 | .Fn BN_is_odd |
110 | tests if a is odd. | 110 | tests if a is odd. |
111 | .Pp | ||
112 | .Fn BN_is_zero , | ||
113 | .Fn BN_is_one , | ||
114 | .Fn BN_is_word , | ||
115 | and | ||
116 | .Fn BN_is_odd | ||
117 | are macros. | ||
118 | .Sh RETURN VALUES | 111 | .Sh RETURN VALUES |
119 | .Fn BN_cmp | 112 | .Fn BN_cmp |
120 | returns -1 if | 113 | returns -1 if |