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
commit69525d9e5afa55d380358e993ab9064fe1b29b45 (patch)
treee03fd05a5ac3bd31e3e7a4e4ab25889b819c54a2 /src/lib/libcrypto/man/Makefile
parent75b64f215d5a229ef61299135f9a5ba7f34dd289 (diff)
downloadopenbsd-69525d9e5afa55d380358e993ab9064fe1b29b45.tar.gz
openbsd-69525d9e5afa55d380358e993ab9064fe1b29b45.tar.bz2
openbsd-69525d9e5afa55d380358e993ab9064fe1b29b45.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 \