diff options
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 2 |
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 |