summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-10-22 15:50:19 +0000
committerschwarze <>2021-10-22 15:50:19 +0000
commit70ad7a700d72aa018eb8e8531a7cd2db13a2cbcf (patch)
tree2f619887d4259aeafce07bbd9e7c179c02dd1da4 /src/lib/libcrypto/man/Makefile
parent3ed621cf3590e7dd05a4986eb2d7d3b546c0690b (diff)
downloadopenbsd-70ad7a700d72aa018eb8e8531a7cd2db13a2cbcf.tar.gz
openbsd-70ad7a700d72aa018eb8e8531a7cd2db13a2cbcf.tar.bz2
openbsd-70ad7a700d72aa018eb8e8531a7cd2db13a2cbcf.zip
new manual page EVP_PKEY_add1_attr(3) documenting nine functions
for associating X.501 Attributes with private keys
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 74b3a251af..6179d3157b 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.198 2021/10/22 13:29:41 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.199 2021/10/22 15:50:19 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -159,6 +159,7 @@ MAN= \
159 EVP_EncodeInit.3 \ 159 EVP_EncodeInit.3 \
160 EVP_EncryptInit.3 \ 160 EVP_EncryptInit.3 \
161 EVP_OpenInit.3 \ 161 EVP_OpenInit.3 \
162 EVP_PKEY_add1_attr.3 \
162 EVP_PKEY_asn1_new.3 \ 163 EVP_PKEY_asn1_new.3 \
163 EVP_PKEY_asn1_get_count.3 \ 164 EVP_PKEY_asn1_get_count.3 \
164 EVP_PKEY_CTX_ctrl.3 \ 165 EVP_PKEY_CTX_ctrl.3 \