summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-02-15 12:09:55 +0000
committerschwarze <>2018-02-15 12:09:55 +0000
commitc878746630768941d0d9e6df827fbfc757d5728d (patch)
tree3d2f221e49f9be057fd1ac69abfa58e3122da146 /src/lib/libcrypto/man/Makefile
parentac505b9dbe797a879ba136609d0172102da57508 (diff)
downloadopenbsd-c878746630768941d0d9e6df827fbfc757d5728d.tar.gz
openbsd-c878746630768941d0d9e6df827fbfc757d5728d.tar.bz2
openbsd-c878746630768941d0d9e6df827fbfc757d5728d.zip
Import the new manual page EVP_PKEY_asn1_get_count(3) from OpenSSL,
fixing half a dozen bugs and typos and also tweaking the wording a bit.
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 50e8f70510..606f346588 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.127 2018/02/15 10:01:33 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.128 2018/02/15 12:09:55 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -114,6 +114,7 @@ MAN= \
114 EVP_EncryptInit.3 \ 114 EVP_EncryptInit.3 \
115 EVP_OpenInit.3 \ 115 EVP_OpenInit.3 \
116 EVP_PKEY_asn1_new.3 \ 116 EVP_PKEY_asn1_new.3 \
117 EVP_PKEY_asn1_get_count.3 \
117 EVP_PKEY_CTX_ctrl.3 \ 118 EVP_PKEY_CTX_ctrl.3 \
118 EVP_PKEY_CTX_new.3 \ 119 EVP_PKEY_CTX_new.3 \
119 EVP_PKEY_cmp.3 \ 120 EVP_PKEY_cmp.3 \