summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2024-12-05 10:58:13 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2024-12-05 10:58:13 +0000
commitd0dde287e2168261362ff7b1e1ecd809e0e55c26 (patch)
treeba6656fb487323071c8281ed3846e00ed42b39cf /regress/lib
parentd4986bf001771f3117daba833bed7f5a40400135 (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-xregress/lib/libcrypto/man/check_complete.pl3
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
)],