summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-10-20 05:06:36 +0000
committerschwarze <>2021-10-20 05:06:36 +0000
commit6c0565eab2c20f5f10f838d8a8543534f08eb93e (patch)
tree48b3ed064c9a8c4f03b5b280a7569e25dc827ac9 /src/lib/libcrypto/man/Makefile
parent91be46e3237cc5f325c6fe786feaf9a34c7d1e7e (diff)
downloadopenbsd-6c0565eab2c20f5f10f838d8a8543534f08eb93e.tar.gz
openbsd-6c0565eab2c20f5f10f838d8a8543534f08eb93e.tar.bz2
openbsd-6c0565eab2c20f5f10f838d8a8543534f08eb93e.zip
new manual page X509_ATTRIBUTE_get0_object(3)
documenting the four X.501 Attribute read accessors
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 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 \