diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index c3fa1636b8..c83aba8fae 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -33,6 +33,10 @@ 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_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT | ||
37 | EVP_PKEY_CTRL_CMS_SIGN | ||
38 | EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT | ||
39 | EVP_PKEY_CTRL_PKCS7_SIGN | ||
36 | )], | 40 | )], |
37 | x509_vfy => [qw( | 41 | x509_vfy => [qw( |
38 | X509_VERIFY_PARAM_ID | 42 | X509_VERIFY_PARAM_ID |