diff options
author | schwarze <> | 2024-12-05 14:01:59 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-05 14:01:59 +0000 |
commit | 0be55ad4193cd9301f508c720874705856fe58d2 (patch) | |
tree | 3265f90c1f3259a9391b1f15438bbd59eca88af6 /src | |
parent | 1b6826d5bb2f1583f6a2c6116eb14df429f9e2e8 (diff) | |
download | openbsd-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-x | src/regress/lib/libcrypto/man/check_complete.pl | 2 |
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 |