diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index ec8d3fe191..ccf0be63fe 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.268 2023/09/09 14:39:09 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.269 2023/09/25 01:14:34 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
5 | MAN= \ | 5 | MAN= \ |
6 | ACCESS_DESCRIPTION_new.3 \ | 6 | ACCESS_DESCRIPTION_new.3 \ |
7 | AES_encrypt.3 \ | 7 | AES_encrypt.3 \ |
8 | ASIdentifiers_new.3 \ | ||
8 | ASN1_BIT_STRING_set.3 \ | 9 | ASN1_BIT_STRING_set.3 \ |
9 | ASN1_INTEGER_get.3 \ | 10 | ASN1_INTEGER_get.3 \ |
10 | ASN1_NULL_new.3 \ | 11 | ASN1_NULL_new.3 \ |
@@ -389,6 +390,8 @@ MAN= \ | |||
389 | X509_verify_cert.3 \ | 390 | X509_verify_cert.3 \ |
390 | X509at_add1_attr.3 \ | 391 | X509at_add1_attr.3 \ |
391 | X509at_get_attr.3 \ | 392 | X509at_get_attr.3 \ |
393 | X509v3_addr_add_inherit.3 \ | ||
394 | X509v3_asid_add_id_or_range.3 \ | ||
392 | X509v3_get_ext_by_NID.3 \ | 395 | X509v3_get_ext_by_NID.3 \ |
393 | a2d_ASN1_OBJECT.3 \ | 396 | a2d_ASN1_OBJECT.3 \ |
394 | crypto.3 \ | 397 | crypto.3 \ |
@@ -431,8 +434,8 @@ MAN= \ | |||
431 | i2d_PKCS7_bio_stream.3 \ | 434 | i2d_PKCS7_bio_stream.3 \ |
432 | lh_new.3 \ | 435 | lh_new.3 \ |
433 | lh_stats.3 \ | 436 | lh_stats.3 \ |
434 | s2i_ASN1_INTEGER.3 \ | ||
435 | openssl.cnf.5 \ | 437 | openssl.cnf.5 \ |
438 | s2i_ASN1_INTEGER.3 \ | ||
436 | x509v3.cnf.5 | 439 | x509v3.cnf.5 |
437 | 440 | ||
438 | all clean cleandir depend includes obj tags: | 441 | all clean cleandir depend includes obj tags: |