summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2024-12-09 12:45:21 +0000
committerschwarze <>2024-12-09 12:45:21 +0000
commitc0f2dde01da58c00510ac95afabe0df82b7374ec (patch)
tree1c4a700bee3f22b5120a0e416fd5f28ee1d8ac6a /src
parent2525d181cc552110eb6de1f6b430fea30f7c7fc0 (diff)
downloadopenbsd-c0f2dde01da58c00510ac95afabe0df82b7374ec.tar.gz
openbsd-c0f2dde01da58c00510ac95afabe0df82b7374ec.tar.bz2
openbsd-c0f2dde01da58c00510ac95afabe0df82b7374ec.zip
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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl2
1 files changed, 2 insertions, 0 deletions
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 = (
33 evp => [qw( 33 evp => [qw(
34 ASN1_PKEY_CTRL_CMS_ENVELOPE ASN1_PKEY_CTRL_CMS_RI_TYPE 34 ASN1_PKEY_CTRL_CMS_ENVELOPE ASN1_PKEY_CTRL_CMS_RI_TYPE
35 ASN1_PKEY_CTRL_CMS_SIGN 35 ASN1_PKEY_CTRL_CMS_SIGN
36 dh_st dsa_st ec_key_st
36 EVP_MD_CTRL_ALG_CTRL 37 EVP_MD_CTRL_ALG_CTRL
37 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE 38 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE
38 EVP_PKEY_ALG_CTRL 39 EVP_PKEY_ALG_CTRL
@@ -42,6 +43,7 @@ my %internal = (
42 EVP_PKEY_CTRL_PEER_KEY 43 EVP_PKEY_CTRL_PEER_KEY
43 EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT 44 EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT
44 EVP_PKEY_CTRL_PKCS7_SIGN 45 EVP_PKEY_CTRL_PKCS7_SIGN
46 rsa_st
45 )], 47 )],
46 x509_vfy => [qw( 48 x509_vfy => [qw(
47 X509_VERIFY_PARAM_ID 49 X509_VERIFY_PARAM_ID