summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2024-12-05 14:01:59 +0000
committerschwarze <>2024-12-05 14:01:59 +0000
commit2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d (patch)
tree3265f90c1f3259a9391b1f15438bbd59eca88af6 /src
parent6297edd98f8fa78c3f15a89ceb4e57624f21a2b4 (diff)
downloadopenbsd-2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d.tar.gz
openbsd-2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d.tar.bz2
openbsd-2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d.zip
Mark three EVP_PKEY control constants for CMS as intentionally undocumented
that are internal to the library and unused in the wild
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index ddaba493c4..ec60cb08db 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -31,6 +31,8 @@ my %internal = (
31 BN_TBIT BN_ULLONG 31 BN_TBIT BN_ULLONG
32 )], 32 )],
33 evp => [qw( 33 evp => [qw(
34 ASN1_PKEY_CTRL_CMS_ENVELOPE ASN1_PKEY_CTRL_CMS_RI_TYPE
35 ASN1_PKEY_CTRL_CMS_SIGN
34 EVP_MD_CTRL_ALG_CTRL 36 EVP_MD_CTRL_ALG_CTRL
35 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE 37 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE
36 EVP_PKEY_ALG_CTRL 38 EVP_PKEY_ALG_CTRL