diff options
| author | tb <> | 2023-09-26 20:42:45 +0000 |
|---|---|---|
| committer | tb <> | 2023-09-26 20:42:45 +0000 |
| commit | 6756a2273aa5dab60c02719b11c004bda5aeebe4 (patch) | |
| tree | b97d15e08bb4f538df6cfd69070f7d55ef5d434a /src/lib/libcrypto/man/Makefile | |
| parent | 128812a79654943cec92cca82b58d4d093dec0df (diff) | |
| download | openbsd-6756a2273aa5dab60c02719b11c004bda5aeebe4.tar.gz openbsd-6756a2273aa5dab60c02719b11c004bda5aeebe4.tar.bz2 openbsd-6756a2273aa5dab60c02719b11c004bda5aeebe4.zip | |
Document X509v3_{addr,asid}_inherits(3)
Also note another bug in X509v3_asid_{canonize,is_canonical}(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 9ab2a34823..9bf40343e4 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.273 2023/09/26 18:35:34 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.274 2023/09/26 20:42:45 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -394,6 +394,7 @@ MAN= \ | |||
| 394 | X509at_get_attr.3 \ | 394 | X509at_get_attr.3 \ |
| 395 | X509v3_addr_add_inherit.3 \ | 395 | X509v3_addr_add_inherit.3 \ |
| 396 | X509v3_addr_get_range.3 \ | 396 | X509v3_addr_get_range.3 \ |
| 397 | X509v3_addr_inherits.3 \ | ||
| 397 | X509v3_asid_add_id_or_range.3 \ | 398 | X509v3_asid_add_id_or_range.3 \ |
| 398 | X509v3_asid_add_id_or_range.3 \ | 399 | X509v3_asid_add_id_or_range.3 \ |
| 399 | X509v3_get_ext_by_NID.3 \ | 400 | X509v3_get_ext_by_NID.3 \ |
