diff options
Diffstat (limited to 'regress/lib/libcrypto/man/check_complete.pl')
-rwxr-xr-x | regress/lib/libcrypto/man/check_complete.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index e3132cb0c91..ddaba493c40 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -33,8 +33,11 @@ my %internal = ( evp => [qw( EVP_MD_CTRL_ALG_CTRL EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE + EVP_PKEY_ALG_CTRL EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT EVP_PKEY_CTRL_CMS_SIGN + EVP_PKEY_CTRL_DIGESTINIT + EVP_PKEY_CTRL_PEER_KEY EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT EVP_PKEY_CTRL_PKCS7_SIGN )], |