summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-10-26 12:56:48 +0000
committerschwarze <>2021-10-26 12:56:48 +0000
commit040c31b7b4e4aab44ac0765a4d50c78ab26fa790 (patch)
tree7a604b43b8af79c1d81f11314a1645012b09ce82 /src/lib/libcrypto/man/Makefile
parent5a4a739c4b71042de2a0dafa6a73784cf51f7c5c (diff)
downloadopenbsd-040c31b7b4e4aab44ac0765a4d50c78ab26fa790.tar.gz
openbsd-040c31b7b4e4aab44ac0765a4d50c78ab26fa790.tar.bz2
openbsd-040c31b7b4e4aab44ac0765a4d50c78ab26fa790.zip
new manual page X509_REQ_add1_attr(3) documenting nine functions
for X.501 Attributes in PKCS#10 certification requests
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 c697734c7e..6d83257fe7 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.202 2021/10/25 15:23:50 tb Exp $ 1# $OpenBSD: Makefile,v 1.203 2021/10/26 12:56:48 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -303,6 +303,7 @@ MAN= \
303 X509_PKEY_new.3 \ 303 X509_PKEY_new.3 \
304 X509_PUBKEY_new.3 \ 304 X509_PUBKEY_new.3 \
305 X509_PURPOSE_set.3 \ 305 X509_PURPOSE_set.3 \
306 X509_REQ_add1_attr.3 \
306 X509_REQ_new.3 \ 307 X509_REQ_new.3 \
307 X509_REVOKED_new.3 \ 308 X509_REVOKED_new.3 \
308 X509_SIG_new.3 \ 309 X509_SIG_new.3 \