From c0f2dde01da58c00510ac95afabe0df82b7374ec Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 9 Dec 2024 12:45:21 +0000 Subject: Mark four "struct *_st" types declared in evp.h as intentionally undocumented because they are intended as internal, and applications are supposed to use the documented aliases DH, DSA, EC_KEY, and RSA from ossl_typ.h instead. --- src/regress/lib/libcrypto/man/check_complete.pl | 2 ++ 1 file changed, 2 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 d36c4e3f05..5f2d12ec73 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl @@ -33,6 +33,7 @@ my %internal = ( evp => [qw( ASN1_PKEY_CTRL_CMS_ENVELOPE ASN1_PKEY_CTRL_CMS_RI_TYPE ASN1_PKEY_CTRL_CMS_SIGN + dh_st dsa_st ec_key_st EVP_MD_CTRL_ALG_CTRL EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE EVP_PKEY_ALG_CTRL @@ -42,6 +43,7 @@ my %internal = ( EVP_PKEY_CTRL_PEER_KEY EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT EVP_PKEY_CTRL_PKCS7_SIGN + rsa_st )], x509_vfy => [qw( X509_VERIFY_PARAM_ID -- cgit v1.2.3-55-g6feb