diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_flags.3')
| -rw-r--r-- | src/lib/libcrypto/man/BN_set_flags.3 | 9 |
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 |
| 115 | argument has the same syntax as for | 115 | argument has the same syntax as for |
| 116 | .Fn BN_set_flags . | 116 | .Fn BN_set_flags . |
| 117 | .Pp | ||
| 118 | These functions are currently implemented as macros, but they are | ||
| 119 | likely to become real functions in the future when the | ||
| 120 | .Vt BIGNUM | ||
| 121 | data type will be made opaque. | ||
| 122 | .Sh RETURN VALUES | 117 | .Sh RETURN VALUES |
| 123 | .Fn BN_get_flags | 118 | .Fn BN_get_flags |
| 124 | returns zero or more of the above constants, OR'ed together. | 119 | returns zero or more of the above constants, OR'ed together. |
