From e57dd9c9cddb06a618bf742651c6ce3f39d16f28 Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Mon, 9 Dec 2024 10:50:43 +0000
Subject: Mark EVP_CTRL constants for RC5 as intentionally undocumented because
 LibreSSL does not support RC5 and because these constants are almost unused
 in the wild.

---
 src/regress/lib/libcrypto/man/check_complete.pl | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index ec60cb08db..415bdd0047 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -73,6 +73,7 @@ my %obsolete = (
     evp => [qw(
 	EVP_CIPH_FLAG_FIPS EVP_CIPH_FLAG_NON_FIPS_ALLOW
 	EVP_CTRL_AEAD_SET_MAC_KEY EVP_CTRL_AEAD_TLS1_AAD
+	EVP_CTRL_GET_RC5_ROUNDS EVP_CTRL_SET_RC5_ROUNDS
 	EVP_MD_CTRL_DIGALGID
 	EVP_MD_CTX_FLAG_NON_FIPS_ALLOW EVP_MD_CTX_FLAG_PAD_MASK
 	EVP_MD_CTX_FLAG_PAD_PKCS1 EVP_MD_CTX_FLAG_PAD_PSS
-- 
cgit v1.2.3-55-g6feb