From bd2ff9e8674b34a7547a7fa75b81b6b36f60dbb8 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 4 Feb 2020 14:33:21 +0000 Subject: [PATCH] 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 (Merged from https://github.com/openssl/openssl/pull/10980) --- util/missingcrypto.txt | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1