summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-11-01 12:02:58 +0000
committerschwarze <>2019-11-01 12:02:58 +0000
commitfbb97d76023f4ba8673003591e0bebf11559971b (patch)
tree1f232c188891f67b6d0a83b05dded6fdc2d84581 /src/lib/libcrypto/man/Makefile
parentaa6bf6cdd35969680ddc4295131946553be74e62 (diff)
downloadopenbsd-fbb97d76023f4ba8673003591e0bebf11559971b.tar.gz
openbsd-fbb97d76023f4ba8673003591e0bebf11559971b.tar.bz2
openbsd-fbb97d76023f4ba8673003591e0bebf11559971b.zip
The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSS
but it is growing to excessive size, so split out RSA_pkey_ctx_ctrl(3).
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 840be62d72..5f1a24eb38 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.158 2019/08/28 10:37:42 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.159 2019/11/01 12:02:58 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -220,6 +220,7 @@ MAN= \
220 RSA_meth_new.3 \ 220 RSA_meth_new.3 \
221 RSA_new.3 \ 221 RSA_new.3 \
222 RSA_padding_add_PKCS1_type_1.3 \ 222 RSA_padding_add_PKCS1_type_1.3 \
223 RSA_pkey_ctx_ctrl.3 \
223 RSA_print.3 \ 224 RSA_print.3 \
224 RSA_private_encrypt.3 \ 225 RSA_private_encrypt.3 \
225 RSA_public_encrypt.3 \ 226 RSA_public_encrypt.3 \