From fbb97d76023f4ba8673003591e0bebf11559971b Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 1 Nov 2019 12:02:58 +0000 Subject: 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). --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.158 2019/08/28 10:37:42 schwarze Exp $ +# $OpenBSD: Makefile,v 1.159 2019/11/01 12:02:58 schwarze Exp $ .include @@ -220,6 +220,7 @@ MAN= \ RSA_meth_new.3 \ RSA_new.3 \ RSA_padding_add_PKCS1_type_1.3 \ + RSA_pkey_ctx_ctrl.3 \ RSA_print.3 \ RSA_private_encrypt.3 \ RSA_public_encrypt.3 \ -- cgit v1.2.3-55-g6feb