From 6297edd98f8fa78c3f15a89ceb4e57624f21a2b4 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 5 Dec 2024 10:58:12 +0000 Subject: mark three more EVP_PKEY control constants as intentionally undocumented that are only intended for internal use and unused in the wild --- src/regress/lib/libcrypto/man/check_complete.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 = ( 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 )], -- cgit v1.2.3-55-g6feb