aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAnthony Hu <anth_hu@hotmail.com>2019-11-07 21:47:53 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-11-17 08:27:06 +0100
commit2555285fa5e4248ad4a5a0bc14ae4606443856c2 (patch)
treeb9a4a45d0d9fde8183c0c29f15f6a234f792b4fc /util
parent4bac25e1115b8c613f9fff12b835aca47e2bdef7 (diff)
downloadopenssl-2555285fa5e4248ad4a5a0bc14ae4606443856c2.zip
openssl-2555285fa5e4248ad4a5a0bc14ae4606443856c2.tar.gz
openssl-2555285fa5e4248ad4a5a0bc14ae4606443856c2.tar.bz2
Add missing EVP_PKEY_METHOD accessors for digestsign and digestverify
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10388)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 6bdfcb3..0c2dc2c 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4874,3 +4874,7 @@ EVP_PKEY_CTX_set0_rsa_oaep_label ? 3_0_0 EXIST::FUNCTION:RSA
EVP_PKEY_CTX_get0_rsa_oaep_label ? 3_0_0 EXIST::FUNCTION:RSA
EVP_PKEY_CTX_get_rsa_mgf1_md_name ? 3_0_0 EXIST::FUNCTION:RSA
EVP_PKEY_CTX_get_rsa_oaep_md_name ? 3_0_0 EXIST::FUNCTION:RSA
+EVP_PKEY_meth_set_digestsign ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_meth_set_digestverify ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_meth_get_digestsign ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_meth_get_digestverify ? 3_0_0 EXIST::FUNCTION: