summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2024-12-09 10:50:43 +0000
committerschwarze <>2024-12-09 10:50:43 +0000
commite57dd9c9cddb06a618bf742651c6ce3f39d16f28 (patch)
tree12d3e21c071a0373619876ce26069e55ec9c43cc /src
parent714de72ef79567e1eda9e297e3120252140151ae (diff)
downloadopenbsd-e57dd9c9cddb06a618bf742651c6ce3f39d16f28.tar.gz
openbsd-e57dd9c9cddb06a618bf742651c6ce3f39d16f28.tar.bz2
openbsd-e57dd9c9cddb06a618bf742651c6ce3f39d16f28.zip
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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl1
1 files changed, 1 insertions, 0 deletions
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 = (
73 evp => [qw( 73 evp => [qw(
74 EVP_CIPH_FLAG_FIPS EVP_CIPH_FLAG_NON_FIPS_ALLOW 74 EVP_CIPH_FLAG_FIPS EVP_CIPH_FLAG_NON_FIPS_ALLOW
75 EVP_CTRL_AEAD_SET_MAC_KEY EVP_CTRL_AEAD_TLS1_AAD 75 EVP_CTRL_AEAD_SET_MAC_KEY EVP_CTRL_AEAD_TLS1_AAD
76 EVP_CTRL_GET_RC5_ROUNDS EVP_CTRL_SET_RC5_ROUNDS
76 EVP_MD_CTRL_DIGALGID 77 EVP_MD_CTRL_DIGALGID
77 EVP_MD_CTX_FLAG_NON_FIPS_ALLOW EVP_MD_CTX_FLAG_PAD_MASK 78 EVP_MD_CTX_FLAG_NON_FIPS_ALLOW EVP_MD_CTX_FLAG_PAD_MASK
78 EVP_MD_CTX_FLAG_PAD_PKCS1 EVP_MD_CTX_FLAG_PAD_PSS 79 EVP_MD_CTX_FLAG_PAD_PKCS1 EVP_MD_CTX_FLAG_PAD_PSS