diff options
author | tb <> | 2023-04-27 07:22:22 +0000 |
---|---|---|
committer | tb <> | 2023-04-27 07:22:22 +0000 |
commit | ece2572a7345902fd6b7f059dfe2253775c43db1 (patch) | |
tree | 3bfe6cc2401fc5289ee4e26bdbabfdcd1a922714 /src/lib/libcrypto/man/BN_set_flags.3 | |
parent | 0646900621b7eebe185a365387b01ad2705af1d5 (diff) | |
download | openbsd-ece2572a7345902fd6b7f059dfe2253775c43db1.tar.gz openbsd-ece2572a7345902fd6b7f059dfe2253775c43db1.tar.bz2 openbsd-ece2572a7345902fd6b7f059dfe2253775c43db1.zip |
Remove dangling references to BN_get0_nist_prime_521(3)
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_flags.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_set_flags.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BN_set_flags.3 b/src/lib/libcrypto/man/BN_set_flags.3 index 2baa990787..1285ae2b28 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.5 2021/12/06 19:45:27 schwarze Exp $ | 1 | .\" $OpenBSD: BN_set_flags.3,v 1.6 2023/04/27 07:22:22 tb 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: December 6 2021 $ | 17 | .Dd $Mdocdate: April 27 2023 $ |
18 | .Dt BN_SET_FLAGS 3 | 18 | .Dt BN_SET_FLAGS 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -96,10 +96,8 @@ object is usually a terrible idea that can cause both disclosure | |||
96 | of secret data and memory leaks. | 96 | of secret data and memory leaks. |
97 | This flag is automatically set on the constant | 97 | This flag is automatically set on the constant |
98 | .Vt BIGNUM | 98 | .Vt BIGNUM |
99 | objects returned by | 99 | object returned by |
100 | .Xr BN_value_one 3 | 100 | .Xr BN_value_one 3 . |
101 | and by the functions documented in | ||
102 | .Xr BN_get0_nist_prime_521 3 . | ||
103 | .El | 101 | .El |
104 | .Pp | 102 | .Pp |
105 | .Fn BN_get_flags | 103 | .Fn BN_get_flags |