diff options
Diffstat (limited to '')
-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 51c2cf45b7..e31e6992a2 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.196 2021/10/21 16:26:34 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.197 2021/10/22 11:24:45 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -276,6 +276,7 @@ MAN= \ | |||
276 | UI_new.3 \ | 276 | UI_new.3 \ |
277 | X25519.3 \ | 277 | X25519.3 \ |
278 | X509V3_get_d2i.3 \ | 278 | X509V3_get_d2i.3 \ |
279 | X509at_get_attr.3 \ | ||
279 | X509_ALGOR_dup.3 \ | 280 | X509_ALGOR_dup.3 \ |
280 | X509_ATTRIBUTE_get0_object.3 \ | 281 | X509_ATTRIBUTE_get0_object.3 \ |
281 | X509_ATTRIBUTE_new.3 \ | 282 | X509_ATTRIBUTE_new.3 \ |