summaryrefslogtreecommitdiffstats
path: root/util/missingcrypto.txt
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-02-04 14:33:21 +0000
committerMatt Caswell <matt@openssl.org>2020-02-07 08:35:31 +0000
commitbd2ff9e8674b34a7547a7fa75b81b6b36f60dbb8 (patch)
treea7e52bfa0bdcf857ad11bc9d682e03d3f66d5ae2 /util/missingcrypto.txt
parentee6e6a4b5aaf37ab556cf42602d26a6aed3da327 (diff)
Temporariy add ASN1_item_verify_ctx() missingcrypto.txt
PR #10942 introduced the new function ASN1_item_verify_ctx(), but did not document it with the promise that documentation would follow soon. We temporarily add this function to missingcrypto.txt until it has been done. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10980)
Diffstat (limited to 'util/missingcrypto.txt')
-rw-r--r--util/missingcrypto.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index be5c6da34f..5e8f6dea0d 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -160,6 +160,7 @@ ASN1_item_sign(3)
ASN1_item_sign_ctx(3)
ASN1_item_unpack(3)
ASN1_item_verify(3)
+ASN1_item_verify_ctx(3)
ASN1_mbstring_copy(3)
ASN1_mbstring_ncopy(3)
ASN1_object_size(3)