diff options
| author | schwarze <> | 2021-11-11 12:06:25 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-11-11 12:06:25 +0000 |
| commit | c906ed58432bf579a36e1a659309e4dd7aed7fdc (patch) | |
| tree | 0ce00e455e049eadd3dbcd466a99e1b54d3c6bcf /src/lib/libcrypto/man/Makefile | |
| parent | 4f619109be6e68f276a18eef66df948237b264f9 (diff) | |
| download | openbsd-c906ed58432bf579a36e1a659309e4dd7aed7fdc.tar.gz openbsd-c906ed58432bf579a36e1a659309e4dd7aed7fdc.tar.bz2 openbsd-c906ed58432bf579a36e1a659309e4dd7aed7fdc.zip | |
new manual page X509_policy_tree_get0_policies(3),
also documenting X509_policy_tree_get0_user_policies(3)
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 6e8753b379..4a22484ea3 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.210 2021/11/09 16:23:04 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.211 2021/11/11 12:06:25 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -352,6 +352,7 @@ MAN= \ | |||
| 352 | X509_new.3 \ | 352 | X509_new.3 \ |
| 353 | X509_ocspid_print.3 \ | 353 | X509_ocspid_print.3 \ |
| 354 | X509_policy_check.3 \ | 354 | X509_policy_check.3 \ |
| 355 | X509_policy_tree_get0_policies.3 \ | ||
| 355 | X509_policy_tree_level_count.3 \ | 356 | X509_policy_tree_level_count.3 \ |
| 356 | X509_print_ex.3 \ | 357 | X509_print_ex.3 \ |
| 357 | X509_sign.3 \ | 358 | X509_sign.3 \ |
