diff options
Diffstat (limited to 'src')
-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 | )], |