From d7f30c3c96e553acb03f0fae31a7cd32a013a068 Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Sun, 22 Dec 2024 00:45:23 +0000
Subject: mark six #define'd constants as intentionally undocumented

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

diff --git a/src/lib/libcrypto/man/EVP_aes_128_ccm.3 b/src/lib/libcrypto/man/EVP_aes_128_ccm.3
index 54cf765aaf..8f723b140b 100644
--- a/src/lib/libcrypto/man/EVP_aes_128_ccm.3
+++ b/src/lib/libcrypto/man/EVP_aes_128_ccm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_aes_128_ccm.3,v 1.2 2024/12/21 00:27:47 schwarze Exp $
+.\" $OpenBSD: EVP_aes_128_ccm.3,v 1.3 2024/12/22 00:45:23 schwarze Exp $
 .\" full merge up to:
 .\" OpenSSL EVP_EncryptInit.pod 0874d7f2 Oct 11 13:13:47 2022 +0100
 .\" OpenSSL EVP_aes.pod a1ec85c1 Apr 21 10:49:12 2020 +0100
@@ -67,7 +67,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: December 21 2024 $
+.Dd $Mdocdate: December 22 2024 $
 .Dt EVP_AES_128_CCM 3
 .Os
 .Sh NAME
@@ -83,6 +83,11 @@
 .Fn EVP_aes_192_ccm void
 .Ft const EVP_CIPHER *
 .Fn EVP_aes_256_ccm void
+.\" The following #define'd constants are intentionally undocumented:
+.\" Completely unused by anything:
+.\" EVP_CTRL_CCM_SET_MSGLEN, EVP_CCM_TLS_FIXED_IV_LEN, EVP_CCM_TLS_IV_LEN
+.\" Very rarely used and unused in LibreSSL:
+.\" EVP_CCM_TLS_EXPLICIT_IV_LEN, EVP_CCM_TLS_TAG_LEN, EVP_CCM8_TLS_TAG_LEN
 .Sh DESCRIPTION
 .Fn EVP_aes_128_ccm ,
 .Fn EVP_aes_192_ccm ,
-- 
cgit v1.2.3-55-g6feb