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
commit0be55ad4193cd9301f508c720874705856fe58d2 (patch)
tree3265f90c1f3259a9391b1f15438bbd59eca88af6 /src
parent1b6826d5bb2f1583f6a2c6116eb14df429f9e2e8 (diff)
downloadopenbsd-0be55ad4193cd9301f508c720874705856fe58d2.tar.gz
openbsd-0be55ad4193cd9301f508c720874705856fe58d2.tar.bz2
openbsd-0be55ad4193cd9301f508c720874705856fe58d2.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