diff options
| author | schwarze <> | 2024-12-05 10:58:12 +0000 |
|---|---|---|
| committer | schwarze <> | 2024-12-05 10:58:12 +0000 |
| commit | 1b6826d5bb2f1583f6a2c6116eb14df429f9e2e8 (patch) | |
| tree | 433ff9f23851855b4373739b20f3cdea7bb6eb9e /src/regress/lib/libcrypto | |
| parent | 968815da7db07e04f35d0ace917cb916d32232c4 (diff) | |
| download | openbsd-1b6826d5bb2f1583f6a2c6116eb14df429f9e2e8.tar.gz openbsd-1b6826d5bb2f1583f6a2c6116eb14df429f9e2e8.tar.bz2 openbsd-1b6826d5bb2f1583f6a2c6116eb14df429f9e2e8.zip | |
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 'src/regress/lib/libcrypto')
| -rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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 = ( | |||
| 33 | evp => [qw( | 33 | evp => [qw( |
| 34 | EVP_MD_CTRL_ALG_CTRL | 34 | EVP_MD_CTRL_ALG_CTRL |
| 35 | EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE | 35 | EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE |
| 36 | EVP_PKEY_ALG_CTRL | ||
| 36 | EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT | 37 | EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT |
| 37 | EVP_PKEY_CTRL_CMS_SIGN | 38 | EVP_PKEY_CTRL_CMS_SIGN |
| 39 | EVP_PKEY_CTRL_DIGESTINIT | ||
| 40 | EVP_PKEY_CTRL_PEER_KEY | ||
| 38 | EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT | 41 | EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT |
| 39 | EVP_PKEY_CTRL_PKCS7_SIGN | 42 | EVP_PKEY_CTRL_PKCS7_SIGN |
| 40 | )], | 43 | )], |
