diff options
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 10f841bd8d..4a8536747f 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.218 2021/11/21 15:11:01 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.219 2021/11/22 14:00:27 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -367,6 +367,7 @@ MAN= \ | |||
367 | X509at_add1_attr.3 \ | 367 | X509at_add1_attr.3 \ |
368 | X509at_get_attr.3 \ | 368 | X509at_get_attr.3 \ |
369 | X509v3_get_ext_by_NID.3 \ | 369 | X509v3_get_ext_by_NID.3 \ |
370 | a2d_ASN1_OBJECT.3 \ | ||
370 | crypto.3 \ | 371 | crypto.3 \ |
371 | d2i_ASN1_BOOLEAN.3 \ | 372 | d2i_ASN1_BOOLEAN.3 \ |
372 | d2i_ASN1_NULL.3 \ | 373 | d2i_ASN1_NULL.3 \ |