diff options
author | tb <> | 2023-04-30 14:49:47 +0000 |
---|---|---|
committer | tb <> | 2023-04-30 14:49:47 +0000 |
commit | 434ee8b2e118b54fb98a6bfd425bb9da625fc656 (patch) | |
tree | f5bf74640d29271fd29c78d1dc3775bf87e45e0d /src/lib/libcrypto/man/X509_new.3 | |
parent | 98a37f6a03d427a2f861a266cc7cdf37f00f1de6 (diff) | |
download | openbsd-434ee8b2e118b54fb98a6bfd425bb9da625fc656.tar.gz openbsd-434ee8b2e118b54fb98a6bfd425bb9da625fc656.tar.bz2 openbsd-434ee8b2e118b54fb98a6bfd425bb9da625fc656.zip |
The policy tree is no more
Mop up documentation mentioning it or any of its numerous accessors that
almost nothing ever used.
Diffstat (limited to 'src/lib/libcrypto/man/X509_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_new.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_new.3 b/src/lib/libcrypto/man/X509_new.3 index 4b85f67eb0..c38dfc00b1 100644 --- a/src/lib/libcrypto/man/X509_new.3 +++ b/src/lib/libcrypto/man/X509_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_new.3,v 1.36 2021/11/18 10:09:24 schwarze Exp $ | 1 | .\" $OpenBSD: X509_new.3,v 1.37 2023/04/30 14:49:47 tb Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: November 18 2021 $ | 69 | .Dd $Mdocdate: April 30 2023 $ |
70 | .Dt X509_NEW 3 | 70 | .Dt X509_NEW 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -229,8 +229,6 @@ if an error occurs. | |||
229 | .Xr X509_NAME_new 3 , | 229 | .Xr X509_NAME_new 3 , |
230 | .Xr X509_OBJECT_new 3 , | 230 | .Xr X509_OBJECT_new 3 , |
231 | .Xr X509_PKEY_new 3 , | 231 | .Xr X509_PKEY_new 3 , |
232 | .Xr X509_policy_check 3 , | ||
233 | .Xr X509_policy_tree_level_count 3 , | ||
234 | .Xr X509_print_ex 3 , | 232 | .Xr X509_print_ex 3 , |
235 | .Xr X509_PUBKEY_new 3 , | 233 | .Xr X509_PUBKEY_new 3 , |
236 | .Xr X509_PURPOSE_set 3 , | 234 | .Xr X509_PURPOSE_set 3 , |