summaryrefslogtreecommitdiffstats
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 11:51:10 +0100
commit460a0b2b138fb690577d9b5b5782d5776285be0f (patch)
tree4e960259982eca9e56fbb4f4d0e256e412d3f0b1 /util
parentf3d32d3cbaf3edaed3c12ff4dbba5d23cb4519d7 (diff)
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) (cherry picked from commit 2555285fa5e4248ad4a5a0bc14ae4606443856c2)
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 bf8b803c4c..1dde397bed 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4582,3 +4582,7 @@ OPENSSL_INIT_set_config_file_flags 4535 1_1_1b EXIST::FUNCTION:STDIO
EVP_PKEY_get0_engine 4536 1_1_1c EXIST::FUNCTION:ENGINE
X509_get0_authority_serial 4537 1_1_1d EXIST::FUNCTION:
X509_get0_authority_issuer 4538 1_1_1d EXIST::FUNCTION:
+EVP_PKEY_meth_set_digestsign 4539 1_1_1e EXIST::FUNCTION:
+EVP_PKEY_meth_set_digestverify 4540 1_1_1e EXIST::FUNCTION:
+EVP_PKEY_meth_get_digestverify 4541 1_1_1e EXIST::FUNCTION:
+EVP_PKEY_meth_get_digestsign 4542 1_1_1e EXIST::FUNCTION: