diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-12-05 10:58:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-12-05 10:58:13 +0000 |
commit | d0dde287e2168261362ff7b1e1ecd809e0e55c26 (patch) | |
tree | ba6656fb487323071c8281ed3846e00ed42b39cf /regress/lib | |
parent | d4986bf001771f3117daba833bed7f5a40400135 (diff) |
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 'regress/lib')
-rwxr-xr-x | regress/lib/libcrypto/man/check_complete.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index e3132cb0c91..ddaba493c40 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -33,8 +33,11 @@ my %internal = ( evp => [qw( EVP_MD_CTRL_ALG_CTRL EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE + EVP_PKEY_ALG_CTRL EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT EVP_PKEY_CTRL_CMS_SIGN + EVP_PKEY_CTRL_DIGESTINIT + EVP_PKEY_CTRL_PEER_KEY EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT EVP_PKEY_CTRL_PKCS7_SIGN )], |