diff options
author | schwarze <> | 2024-12-05 10:58:12 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-05 10:58:12 +0000 |
commit | 6297edd98f8fa78c3f15a89ceb4e57624f21a2b4 (patch) | |
tree | 433ff9f23851855b4373739b20f3cdea7bb6eb9e /src | |
parent | 89cf8bdec02def502641ebe12f08b04a96eab16f (diff) | |
download | openbsd-6297edd98f8fa78c3f15a89ceb4e57624f21a2b4.tar.gz openbsd-6297edd98f8fa78c3f15a89ceb4e57624f21a2b4.tar.bz2 openbsd-6297edd98f8fa78c3f15a89ceb4e57624f21a2b4.zip |
mark three more EVP_PKEY control constants as intentionally undocumented
that are only intended for internal use and unused in the wild
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index e3132cb0c9..ddaba493c4 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -33,8 +33,11 @@ my %internal = ( | |||
33 | evp => [qw( | 33 | evp => [qw( |
34 | EVP_MD_CTRL_ALG_CTRL | 34 | EVP_MD_CTRL_ALG_CTRL |
35 | EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE | 35 | EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE |
36 | EVP_PKEY_ALG_CTRL | ||
36 | EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT | 37 | EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT |
37 | EVP_PKEY_CTRL_CMS_SIGN | 38 | EVP_PKEY_CTRL_CMS_SIGN |
39 | EVP_PKEY_CTRL_DIGESTINIT | ||
40 | EVP_PKEY_CTRL_PEER_KEY | ||
38 | EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT | 41 | EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT |
39 | EVP_PKEY_CTRL_PKCS7_SIGN | 42 | EVP_PKEY_CTRL_PKCS7_SIGN |
40 | )], | 43 | )], |