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 f910d81c22..0216f12ab6 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.178 2021/07/11 19:03:45 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.179 2021/07/12 11:47:01 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -324,6 +324,7 @@ MAN= \ | |||
324 | X509_sign.3 \ | 324 | X509_sign.3 \ |
325 | X509_signature_dump.3 \ | 325 | X509_signature_dump.3 \ |
326 | X509_verify_cert.3 \ | 326 | X509_verify_cert.3 \ |
327 | X509V3_EXT_print.3 \ | ||
327 | X509v3_get_ext_by_NID.3 \ | 328 | X509v3_get_ext_by_NID.3 \ |
328 | crypto.3 \ | 329 | crypto.3 \ |
329 | d2i_ASN1_NULL.3 \ | 330 | d2i_ASN1_NULL.3 \ |