From b55de43464cf876baaa40cce11154dfbf3f41a07 Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Mon, 9 Dec 2024 11:25:25 +0000
Subject: Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as
 intentionally undocumented because they are only used by the function
 X509_certificate_type() which is deprecated and will eventually be deleted.

---
 src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'src/lib')

diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
index 3d6dce0bba..39404f5286 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.23 2024/04/18 16:32:22 tb Exp $
+.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.24 2024/12/09 11:25:25 schwarze Exp $
 .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
 .\"
 .\" This file is a derived work.
@@ -65,7 +65,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: April 18 2024 $
+.Dd $Mdocdate: December 9 2024 $
 .Dt EVP_PKEY_SET1_RSA 3
 .Os
 .Sh NAME
@@ -96,6 +96,11 @@
 .\" The function X509_certificate_type(3) is intentionally undocumented
 .\" and scheduled for deletion from the library.  BoringSSL already
 .\" deleted it and OpenSSL deprecates it in version 3.0.
+.\" The following constants are also intentionally undocumented
+.\" because they are only used by that function:
+.\" EVP_PK_DH EVP_PK_DSA EVP_PK_EC EVP_PK_RSA
+.\" EVP_PKS_DSA EVP_PKS_EC EVP_PKS_RSA
+.\" EVP_PKT_ENC EVP_PKT_EXCH EVP_PKT_EXP EVP_PKT_SIGN
 .Nd EVP_PKEY assignment functions
 .Sh SYNOPSIS
 .In openssl/evp.h
-- 
cgit v1.2.3-55-g6feb