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 72ddcd3435..1123f1729c 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.280 2023/12/29 19:15:15 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.281 2024/01/22 13:44:59 job Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -100,6 +100,7 @@ MAN= \ | |||
100 | CMS_get1_ReceiptRequest.3 \ | 100 | CMS_get1_ReceiptRequest.3 \ |
101 | CMS_sign.3 \ | 101 | CMS_sign.3 \ |
102 | CMS_sign_receipt.3 \ | 102 | CMS_sign_receipt.3 \ |
103 | CMS_signed_add1_attr.3 \ | ||
103 | CMS_uncompress.3 \ | 104 | CMS_uncompress.3 \ |
104 | CMS_verify.3 \ | 105 | CMS_verify.3 \ |
105 | CMS_verify_receipt.3 \ | 106 | CMS_verify_receipt.3 \ |