summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-02-14 02:15:46 +0000
committerschwarze <>2018-02-14 02:15:46 +0000
commit4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b (patch)
treee03fd05a5ac3bd31e3e7a4e4ab25889b819c54a2 /src/lib/libcrypto/man/Makefile
parentcb7e2958dd3c10c5da0ef856a4488e7089c1d8ef (diff)
downloadopenbsd-4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b.tar.gz
openbsd-4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b.tar.bz2
openbsd-4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b.zip
New manual page EVP_PKEY_asn1_new(3) from Richard Levitte
via OpenSSL commit 751148e2 Oct 27 00:11:11 2017 +0200, including only the parts related to functions that exist in OpenBSD. The design of these interfaces is not particularly pretty, they are not particularly easy to document, and the manual page does not look particularly good when formatted, but what can we do, things are as they are...
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 fa966f028e..7d9208bc91 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.124 2017/08/20 23:18:53 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.125 2018/02/14 02:15:46 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -113,6 +113,7 @@ MAN= \
113 EVP_EncodeInit.3 \ 113 EVP_EncodeInit.3 \
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_CTX_ctrl.3 \ 117 EVP_PKEY_CTX_ctrl.3 \
117 EVP_PKEY_CTX_new.3 \ 118 EVP_PKEY_CTX_new.3 \
118 EVP_PKEY_cmp.3 \ 119 EVP_PKEY_cmp.3 \