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 9c84d130c5..97c6b3e9a4 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.193 2021/10/19 17:42:49 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.194 2021/10/20 05:06:36 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -276,6 +276,7 @@ MAN= \ | |||
276 | X25519.3 \ | 276 | X25519.3 \ |
277 | X509V3_get_d2i.3 \ | 277 | X509V3_get_d2i.3 \ |
278 | X509_ALGOR_dup.3 \ | 278 | X509_ALGOR_dup.3 \ |
279 | X509_ATTRIBUTE_get0_object.3 \ | ||
279 | X509_ATTRIBUTE_new.3 \ | 280 | X509_ATTRIBUTE_new.3 \ |
280 | X509_CINF_new.3 \ | 281 | X509_CINF_new.3 \ |
281 | X509_CRL_get0_by_serial.3 \ | 282 | X509_CRL_get0_by_serial.3 \ |