summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2024-09-02 08:04:32 +0000
committertb <>2024-09-02 08:04:32 +0000
commit140c84c6a86c052e9c7c169dc8c6c0720fc368ca (patch)
tree6295a3d93a61ba256eff2f9a950ad5111b9ffd56 /src/lib/libcrypto/man/Makefile
parented922441f6aaa747cde4d8c9e42953a2e478f658 (diff)
downloadopenbsd-140c84c6a86c052e9c7c169dc8c6c0720fc368ca.tar.gz
openbsd-140c84c6a86c052e9c7c169dc8c6c0720fc368ca.tar.bz2
openbsd-140c84c6a86c052e9c7c169dc8c6c0720fc368ca.zip
Remove X509_check_trust documentation
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 3b636f2441..a6a3cf78fc 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.293 2024/09/02 07:57:27 tb Exp $ 1# $OpenBSD: Makefile,v 1.294 2024/09/02 08:04:32 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -354,7 +354,6 @@ MAN= \
354 X509_check_issued.3 \ 354 X509_check_issued.3 \
355 X509_check_private_key.3 \ 355 X509_check_private_key.3 \
356 X509_check_purpose.3 \ 356 X509_check_purpose.3 \
357 X509_check_trust.3 \
358 X509_cmp.3 \ 357 X509_cmp.3 \
359 X509_cmp_time.3 \ 358 X509_cmp_time.3 \
360 X509_digest.3 \ 359 X509_digest.3 \