summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-08-20 13:27:19 +0000
committerschwarze <>2019-08-20 13:27:19 +0000
commit14fb7bc80df50b48696303551bb60f681abec749 (patch)
treea4043c89cea448a9e0f07d5f56d227be135ffc8b /src/lib/libcrypto/man/Makefile
parentf000b328c69a5b2a7836e2ee4437a5a052ce3a1a (diff)
downloadopenbsd-14fb7bc80df50b48696303551bb60f681abec749.tar.gz
openbsd-14fb7bc80df50b48696303551bb60f681abec749.tar.bz2
openbsd-14fb7bc80df50b48696303551bb60f681abec749.zip
New manual page X509_cmp(3) documenting the same public functions
as in OpenSSL 1.1.1. I rewrote most of the text for clarity, precision, and conciseness and added some additional information. A few sentences from Paul Yang remain.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index b14e5d015f..99536f65aa 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.151 2019/08/19 13:52:53 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.152 2019/08/20 13:27:19 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -265,6 +265,7 @@ MAN= \
265 X509_check_host.3 \ 265 X509_check_host.3 \
266 X509_check_issued.3 \ 266 X509_check_issued.3 \
267 X509_check_private_key.3 \ 267 X509_check_private_key.3 \
268 X509_cmp.3 \
268 X509_cmp_time.3 \ 269 X509_cmp_time.3 \
269 X509_digest.3 \ 270 X509_digest.3 \
270 X509_get_pubkey.3 \ 271 X509_get_pubkey.3 \