summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_set_flags.3
diff options
context:
space:
mode:
authorschwarze <>2021-12-06 19:45:27 +0000
committerschwarze <>2021-12-06 19:45:27 +0000
commit1899d459607a5a561a64371d6a7eecdd4407fc43 (patch)
tree097201a7ed49548eb6092bcb78dc0d4c3b3b14a3 /src/lib/libcrypto/man/BN_set_flags.3
parent60a6a10467f5b7d56c92fe8e4133a6af9e9bd48f (diff)
downloadopenbsd-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_set_flags.3')
-rw-r--r--src/lib/libcrypto/man/BN_set_flags.39
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/BN_set_flags.3 b/src/lib/libcrypto/man/BN_set_flags.3
index 8b2c404452..2baa990787 100644
--- a/src/lib/libcrypto/man/BN_set_flags.3
+++ b/src/lib/libcrypto/man/BN_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_set_flags.3,v 1.4 2021/03/12 05:18:00 jsg Exp $ 1.\" $OpenBSD: BN_set_flags.3,v 1.5 2021/12/06 19:45:27 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 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: March 12 2021 $ 17.Dd $Mdocdate: December 6 2021 $
18.Dt BN_SET_FLAGS 3 18.Dt BN_SET_FLAGS 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -114,11 +114,6 @@ The
114.Fa flags 114.Fa flags
115argument has the same syntax as for 115argument has the same syntax as for
116.Fn BN_set_flags . 116.Fn BN_set_flags .
117.Pp
118These functions are currently implemented as macros, but they are
119likely to become real functions in the future when the
120.Vt BIGNUM
121data type will be made opaque.
122.Sh RETURN VALUES 117.Sh RETURN VALUES
123.Fn BN_get_flags 118.Fn BN_get_flags
124returns zero or more of the above constants, OR'ed together. 119returns zero or more of the above constants, OR'ed together.