summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-10-22 13:29:41 +0000
committerschwarze <>2021-10-22 13:29:41 +0000
commit360688ab6e2f29d70361c863009f124dfaebd854 (patch)
tree6d06cc47b532d71f49d4ae80b6b13f90b7c80391 /src/lib/libcrypto/man/Makefile
parenta4e09b6c4b7d481ab1b492812b4013115e1b567b (diff)
downloadopenbsd-360688ab6e2f29d70361c863009f124dfaebd854.tar.gz
openbsd-360688ab6e2f29d70361c863009f124dfaebd854.tar.bz2
openbsd-360688ab6e2f29d70361c863009f124dfaebd854.zip
new manual page X509at_add1_attr(3)
describing five functions to change arrays of X.501 Attribute objects
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index e31e6992a2..74b3a251af 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.197 2021/10/22 11:24:45 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.198 2021/10/22 13:29:41 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -275,8 +275,6 @@ MAN= \
275 UI_get_string_type.3 \ 275 UI_get_string_type.3 \
276 UI_new.3 \ 276 UI_new.3 \
277 X25519.3 \ 277 X25519.3 \
278 X509V3_get_d2i.3 \
279 X509at_get_attr.3 \
280 X509_ALGOR_dup.3 \ 278 X509_ALGOR_dup.3 \
281 X509_ATTRIBUTE_get0_object.3 \ 279 X509_ATTRIBUTE_get0_object.3 \
282 X509_ATTRIBUTE_new.3 \ 280 X509_ATTRIBUTE_new.3 \
@@ -345,6 +343,9 @@ MAN= \
345 X509_verify_cert.3 \ 343 X509_verify_cert.3 \
346 X509V3_EXT_print.3 \ 344 X509V3_EXT_print.3 \
347 X509V3_extensions_print.3 \ 345 X509V3_extensions_print.3 \
346 X509V3_get_d2i.3 \
347 X509at_add1_attr.3 \
348 X509at_get_attr.3 \
348 X509v3_get_ext_by_NID.3 \ 349 X509v3_get_ext_by_NID.3 \
349 crypto.3 \ 350 crypto.3 \
350 d2i_ASN1_NULL.3 \ 351 d2i_ASN1_NULL.3 \